-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 893 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
{
"name": "savingdata",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "env-cmd -f ./config/dev.env nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"googleapis": "^66.0.0",
"hbs": "^4.1.1",
"moment": "^2.29.1",
"mongoose": "^5.12.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"random": "^2.2.0",
"xls-to-json-lc": "^0.3.4",
"xlsx-to-json-lc": "^0.5.0"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"nodemon": "^2.0.6",
"prettier": "2.2.1"
}
}