-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 796 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 796 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": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon ./app.js",
"start": "node ./app.js"
},
"dependencies": {
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.26.3",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"mongoose": "^5.9.13",
"morgan": "~1.9.1",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-github-oauth20": "^1.0.4",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"socket.io": "^4.1.3"
}
}