8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00
ztncui/src/package.json
key-networks 42248c1359
Issue#91 and issue#107 (#111)
* issue#91: Fix in views/network_detail.pug

* issue#91: before-upgrade.sh = before-install.sh

* issue#91: Update README.md with new instruction for authtoken.secret for zerotier-one 1.10.4 onwards
2023-03-11 16:43:08 +08:00

40 lines
828 B
JSON

{
"name": "ztncui",
"version": "0.8.13",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"argon2": "^0.19.3",
"body-parser": "^1.18.3",
"bootstrap": "^3.4.1",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"got": "^7.1.0",
"helmet": "^3.23.0",
"ip-address": "^5.8.9",
"jquery": "^3.6.1",
"morgan": "~1.9.1",
"node-persist": "^2.1.0",
"pug": "^3.0.2",
"serve-favicon": "~2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"pkg": {
"assets": [
"views/*",
"public/**/*",
"etc/**/*",
"node_modules/jquery/dist/jquery.min.js"
]
}
}