-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 942 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": "expenseapp",
"version": "0.0.1",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "DEBUG=expenseapp:* nodemon ./bin/www",
"dev-windows": "nodemon ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.21.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.17.1",
"fetch": "^1.1.0",
"hbs": "^4.0.1",
"mongoose": "^6.9.2",
"morgan": "^1.9.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sass": "^1.58.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
},
"author": "",
"license": "ISC",
"description": ""
}