-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 963 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
40
{
"name": "fitur",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"dependencies": {
"axios": "^0.21.1",
"framer-motion": "^3.10.0",
"mongoose": "^5.11.16",
"next": "11",
"next-auth": "^3.4.1",
"postcss": "^8.4.33",
"react": "17",
"react-beautiful-dnd": "^13.0.0",
"react-color": "^2.19.3",
"react-dom": "17",
"react-loading": "^2.0.3",
"react-query": "^3.9.6",
"react-toastify": "^7.0.3",
"sass": "^1.32.8",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@types/mongoose": "^5.10.3",
"@types/next-auth": "^3.1.24",
"@types/node": "^14.14.28",
"@types/react": "18.0.1",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-color": "^3.0.4",
"@types/tinycolor2": "^1.4.2",
"typescript": "^4.1.5"
},
"peerOptionalDependencies": {
"mongodb": "^3.6.5"
}
}