-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "daedeok",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@toast-ui/editor": "^3.0.2",
"@toast-ui/react-editor": "^3.0.2",
"@types/react-cookies": "^0.1.0",
"@winterlood/quill-image-resize-module-react": "3.1.6",
"axios": "^0.21.1",
"crypto": "^1.0.1",
"firebase": "^8.8.1",
"moment": "^2.29.1",
"nanoid": "^3.1.23",
"next": "11.0.1",
"next-cookies": "^2.0.3",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-cookies": "^0.1.1",
"react-dom": "17.0.2",
"react-material-ui-carousel": "^2.2.7",
"react-quill": "^1.3.5",
"react-youtube": "^7.13.1",
"sass": "^1.35.2"
},
"devDependencies": {
"@types/node": "^16.4.0",
"@types/react": "^17.0.14",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"typescript": "^4.3.5"
}
}