-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 995 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 995 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
39
40
{
"name": "book",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=book:* npm run devstart",
"lint": "eslint ./"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.3",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"ejs": "^3.1.2",
"express": "~4.16.0",
"express-ejs-layouts": "^2.5.0",
"express-layout": "^0.1.0",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"install": "^0.13.0",
"jade": "~1.11.0",
"js-alert": "^1.0.4",
"mongoose": "^5.9.12",
"morgan": "~1.9.0",
"multer": "^1.4.2",
"node-localstorage": "^2.1.6",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4",
"npm": "^6.14.8",
"prettier": "^2.1.0",
"session-file-store": "^1.2.0"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0"
}
}