-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.16 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
{
"name": "down-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"start-dev": "NODE_ENV=development node ./bin/www",
"buid-homepage-page-dev": "parcel build homepage.pug --out-dir ../../../dist --no-content-hash --no-minify",
"buid-service-page-dev": "parcel build service.pug --out-dir ../../../dist --no-content-hash --no-minify",
"buid-homepage-page-production": "parcel build homepage.pug --out-dir ../../../dist --no-content-hash --no-source-maps",
"buid-service-page-production": "parcel build service.pug --out-dir ../../../dist --no-content-hash --no-source-maps"
},
"dependencies": {
"@google-cloud/logging-winston": "^3.0.6",
"chart.js": "^2.9.3",
"compression": "^1.7.4",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.22.0",
"http-errors": "^1.7.3",
"lazysizes": "^5.2.0",
"mongoose": "^5.9.6",
"morgan": "^1.10.0",
"pug": "^2.0.4",
"uuidv4": "^6.1.1"
},
"devDependencies": {
"cssnano": "^4.1.10",
"nodemon": "^2.0.4",
"parcel": "^1.12.4",
"prettier": "2.0.5",
"sass": "^1.26.3"
}
}