-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 955 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
41
42
{
"name": "with-mongodb",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.4.0",
"@types/js-cookie": "^2.2.6",
"@types/jsonwebtoken": "^8.5.2",
"@types/mongodb": "^3.6.17",
"autoprefixer": "^10.2.5",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"framer-motion": "^4",
"glob-parent": "^6.0.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^9.0.0",
"mongodb": "^3.6.10",
"next": "^12.1.0",
"postcss": "^8.4.31",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^0.5.6",
"tailwindcss": "^2.2.2"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"typescript": "^4.2.4"
}
}