-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 743 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 743 Bytes
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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.23.0",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"mongodb": "^3.6.2",
"mongoose": "^5.10.8",
"multer": "^1.4.2",
"next": "9.5.3",
"next-connect": "^0.9.0",
"next-session": "^3.3.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "^3.11.0",
"sass": "^1.29.0",
"swr": "^0.3.5",
"validator": "^13.1.17"
}
}