-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 911 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
{
"name": "pb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development nodemon app.js",
"dev": "cross-env NODE_ENV=development nodemon app.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.17.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"cross-env": "^6.0.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-flash-message": "^1.0.5",
"express-session": "^1.17.0",
"flash": "^1.1.0",
"fs-extra": "^8.1.0",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.3.4",
"mongoose": "^5.7.12",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"nodemon": "^1.19.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.4",
"validator": "^12.1.0"
}
}