-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 732 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
{
"name": "lotteryback",
"version": "0.0.0",
"private": true,
"scripts": {
"start:dev": "nodemon ./bin/www",
"start": "node app.js",
"heroku-postbuild":
"cd client && npm install --only=dev && npm install && npm run build"
},
"dependencies": {
"axios": "^0.17.1",
"axios-retry": "^3.0.2",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"morgan": "^1.9.0",
"redis": "^2.8.0",
"response-time": "^2.3.2",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"nodemon": "^1.17.2",
"prettier": "^1.11.1"
},
"nodemonConfig": {
"ignore": "client/*"
}
}