-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"awesome-debounce-promise": "^2.1.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"cookie": "^0.4.1",
"multer": "^1.4.3",
"next": "^12.0.7",
"next-connect": "^0.11.0",
"next-http-proxy-middleware": "^1.1.1",
"react": "^17.0.2",
"react-async-hook": "^4.0.0",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-focus-lock": "^2.5.2",
"react-icons": "^4.3.1",
"react-modal": "^3.14.3",
"react-outside-click-handler": "^1.3.0",
"react-portal": "^4.2.1",
"react-responsive": "^9.0.0-beta.4",
"react-spring": "^9.3.0",
"react-use": "^17.3.1",
"use-constant": "^1.1.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/react-outside-click-handler": "^1.3.1",
"@types/react-portal": "^4.0.4",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"typescript": "^4.5.4"
}
}