uptime-kuma/package.json

38 lines
1 KiB
JSON
Raw Normal View History

2021-06-24 06:42:03 -07:00
{
"name": "uptime-kuma",
2021-07-01 06:47:14 -07:00
"version": "1.0.0",
2021-06-24 06:42:03 -07:00
"scripts": {
2021-07-01 06:47:14 -07:00
"dev": "vite --host",
2021-07-08 23:14:03 -07:00
"start-server": "node server/server.js",
"update": "",
"build": "npm install && vite build",
"vite-preview-dist": "vite preview --host"
2021-06-24 06:42:03 -07:00
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"axios": "^0.21.1",
"bootstrap": "^5.0.0",
"dayjs": "^1.10.4",
"express": "^4.17.1",
2021-07-09 04:33:22 -07:00
"form-data": "^4.0.0",
2021-06-24 06:42:03 -07:00
"jsonwebtoken": "^8.5.1",
"password-hash": "^1.2.2",
"redbean-node": "0.0.20",
"socket.io": "^4.0.2",
"socket.io-client": "^4.1.2",
2021-06-30 23:03:06 -07:00
"tcp-ping": "^0.1.1",
2021-06-24 06:42:03 -07:00
"vue": "^3.0.5",
"vue-confirm-dialog": "^1.0.2",
"vue-router": "^4.0.10",
"vue-toastification": "^2.0.0-rc.1"
},
"devDependencies": {
2021-07-08 23:14:03 -07:00
"@vitejs/plugin-legacy": "^1.4.3",
2021-06-24 06:42:03 -07:00
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
2021-07-08 23:14:03 -07:00
"core-js": "^3.15.2",
2021-06-24 06:42:03 -07:00
"sass": "^1.35.1",
"vite": "^2.3.7"
}
}