-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "front",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.7",
"@toast-ui/react-editor": "^3.1.3",
"@types/js-cookie": "^3.0.1",
"@types/marked": "^4.0.1",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-copy-to-clipboard": "^5.0.2",
"axios": "^0.24.0",
"browserslist": "^4.19.1",
"emotion": "^11.0.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"marked": "^4.0.8",
"next": "12.0.7",
"next-auth": "^4.2.1",
"next-seo": "^5.1.0",
"qs": "^6.10.3",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"swr": "^1.1.2",
"vercel": "^24.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.185",
"@types/next-auth": "^3.15.0",
"@types/node": "^17.0.15",
"@types/qs": "^6.9.7",
"@types/react": "17.0.37",
"@types/styled-components": "^5.1.17",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "4.5.3"
}
}