-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 846 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
{
"name": "express-project-starter",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "per-env",
"start:development": "nodemon -r dotenv/config ./bin/www",
"start:production": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"connect-session-sequelize": "^7.0.4",
"cookie-parser": "~1.4.4",
"csurf": "^1.11.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.1",
"faker": "^5.5.3",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"per-env": "^1.0.2",
"pg": "^8.4.2",
"pug": "2.0.4",
"sequelize": "^5.22.3",
"sequelize-cli": "^5.5.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"dotenv": "^8.2.0",
"dotenv-cli": "^4.0.0",
"nodemon": "^2.0.6"
}
}