-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 931 Bytes
/
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
{
"name": "gold-is",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"ace-builds": "^1.4.12",
"bootstrap": "^4.5.2",
"classnames": "^2.2.6",
"framer-motion": "^2.5.1",
"next": "10.0.0",
"next-images": "^1.4.1",
"qs": "^6.9.4",
"raw-loader": "^4.0.1",
"react": "16.13.1",
"react-ace": "^9.2.0",
"react-bootstrap": "^1.3.0",
"react-device-detect": "^1.14.0",
"react-dom": "16.13.1",
"react-dropzone": "^11.1.0",
"react-icons": "^3.11.0",
"react-toastify": "^6.0.8",
"request": "^2.88.2",
"sass": "^1.26.10",
"victory": "^35.0.8",
"worker-plugin": "^5.0.0",
"zustand": "^3.0.2"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/node": "^14.0.27",
"@types/react": "^16.9.44",
"typescript": "^3.9.7"
},
"license": "MIT"
}