-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 949 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": "quiz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@vercel/node": "^1.9.1",
"luxon": "^1.26.0",
"mongodb": "^3.6.6",
"next": "10.0.5",
"next-auth": "^3.11.2",
"polished": "^4.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-outside-click-handler": "^1.3.0",
"react-select": "^4.1.0",
"react-toastify": "^7.0.3",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/luxon": "^1.26.2",
"@types/mongodb": "^3.6.9",
"@types/next": "^9.0.0",
"@types/next-auth": "^3.7.1",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-outside-click-handler": "^1.3.0",
"@types/styled-components": "^5.1.8",
"typescript": "^4.2.3"
},
"peerDependencies": {
"mongodb": "^3.6.4"
}
}