-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 846 Bytes
/
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
{
"name": "volterra-demo-app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"debug": "~4.3.4",
"dotenv": "^16.0.3",
"express": "~4.18.2",
"express-jwt": "^8.4.1",
"express-session": "^1.17.3",
"express-status-monitor": "^1.3.4",
"http-errors": "~2.0.0",
"icanhazip": "^1.0.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.2",
"morgan": "~1.10.0",
"multer": "^1.4.5-lts.1",
"prismjs": "^1.29.0",
"public-ip": "^6.0.1",
"pug": "^3.0.2",
"qrcode": "^1.5.1",
"serve-favicon": "^2.5.0",
"shelljs": "^0.8.5",
"systeminformation": "^5.17.12"
},
"devDependencies": {
"nodemon": "^2.0.21"
}
}