-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 9000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf node_modules .next yarn.lock && yarn"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/modifiers": "^3.0.0",
"@dnd-kit/sortable": "^4.0.0",
"@dnd-kit/utilities": "^2.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"aws-sdk": "^2.973.0",
"axios": "^0.21.3",
"compressorjs": "^1.0.7",
"focus-visible": "^5.2.0",
"framer-motion": "^4",
"moment": "^2.29.2",
"mongodb": "^3.5.9",
"mongoose": "^5.13.9",
"next": "12.1.0",
"next-auth": "3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.4",
"react-hook-form": "^7.12.2",
"react-icons": "^4.2.0",
"react-select": "^4.3.1",
"swr": "^0.5.6"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.1"
}
}