-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"connect-flash-plus": "^0.2.1",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "^4.17.1",
"express-mysql-session": "^2.1.3",
"express-session": "^1.17.0",
"express-validator": "^6.4.0",
"hbs": "^4.1.1",
"http-errors": "~1.6.3",
"knex": "^0.20.15",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"node-mysql": "^0.4.2",
"slugify": "^1.4.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"nodemon": "^2.0.2"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
}
}