-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.16 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "server",
"version": "0.0.0",
"private": true,
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app",
"start": "cross-env NODE_ENV=production node app.js"
},
"dependencies": {
"aws-sdk": "^2.589.0",
"bcrypt": "^3.0.6",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.0",
"greenlock-express": "^4.0.3",
"helmet": "^3.21.2",
"hpp": "^0.2.2",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mariadb": "^2.1.3",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pm2": "^4.1.2",
"request-ip": "^2.1.3",
"sequelize": "^5.21.2",
"winston": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"nodemon": "^1.19.4"
}
}