-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 902 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 902 Bytes
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": "amusement-park-tracker",
"version": "1.0.0",
"description": "",
"main": "./bin/www",
"scripts": {
"start": "nodemon -r dotenv/config ./bin/www"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"dotenv-cli": "^3.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"nodemon": "^2.0.2",
"sequelize-cli": "^5.5.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"dotenv-cli": "^3.1.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-validator": "^6.4.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.2",
"pg": "^8.0.0",
"pug": "^2.0.4",
"sequelize": "^5.21.6",
"sequelize-cli": "^5.5.1",
"serve-favicon": "^2.5.0"
}
}