-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
83 lines (83 loc) · 2.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "memorize.ai",
"version": "1.0.0",
"scripts": {
"postinstall": "is-ci || husky install",
"lint": "tsc --noEmit && eslint .",
"format": "prettier --write .",
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^3.0.2",
"@elastic/app-search-javascript": "^7.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@next/bundle-analyzer": "^10.1.3",
"aos": "^3.0.0-beta.6",
"balloon-css": "^1.2.0",
"ckeditor5-memorize.ai": "^1.0.3",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"csp-header": "^2.2.0",
"disqus-react": "^1.0.11",
"firebase": "^8.3.3",
"firebase-admin": "^9.6.0",
"javascript-time-ago": "^2.3.4",
"katex": "^0.13.2",
"lodash": "^4.17.21",
"nanoid": "^3.1.22",
"next": "^10.1.3",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^3.0.0-canary.10",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dom-confetti": "^0.2.0",
"react-dropzone": "^11.3.2",
"react-infinite-scroller": "^1.2.4",
"react-select": "^4.3.0",
"react-toastify": "^7.0.3",
"recoil": "^0.2.0",
"sass": "^1.32.8",
"string-strip-html": "^8.2.11",
"uuid": "^8.3.2",
"xmlbuilder2": "^2.4.1"
},
"devDependencies": {
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@types/aos": "^3.0.3",
"@types/classnames": "^2.2.11",
"@types/javascript-time-ago": "^2.0.2",
"@types/katex": "^0.11.0",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.4",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-fontawesome": "^1.6.4",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-select": "^4.0.14",
"@types/string-strip-html": "^5.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^6.0.0",
"is-ci": "^3.0.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"private": true
}