uptime-kuma/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

2021-06-24 13:42:03 +00:00
{
"name": "uptime-kuma",
2021-07-01 13:47:14 +00:00
"version": "1.0.0",
2021-06-24 13:42:03 +00:00
"scripts": {
2021-07-01 13:47:14 +00:00
"dev": "vite --host",
2021-07-09 06:14:03 +00:00
"start-server": "node server/server.js",
"update": "",
2021-07-11 05:47:57 +00:00
"build": "vite build",
2021-07-11 08:02:06 +00:00
"vite-preview-dist": "vite preview --host",
2021-07-11 12:07:03 +00:00
"build-docker": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t louislam/uptime-kuma -t louislam/uptime-kuma:1 . --push",
2021-07-11 10:51:53 +00:00
"setup": "git checkout 1.0.0 && npm install && npm run build"
2021-06-24 13:42:03 +00:00
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"axios": "^0.21.1",
"bootstrap": "^5.0.0",
"dayjs": "^1.10.4",
2021-07-10 03:38:00 +00:00
"discord.js": "^12.5.3",
2021-06-24 13:42:03 +00:00
"express": "^4.17.1",
2021-07-09 11:33:22 +00:00
"form-data": "^4.0.0",
2021-06-24 13:42:03 +00:00
"jsonwebtoken": "^8.5.1",
2021-07-09 17:08:08 +00:00
"nodemailer": "^6.6.2",
2021-06-24 13:42:03 +00:00
"password-hash": "^1.2.2",
"redbean-node": "0.0.20",
"socket.io": "^4.0.2",
"socket.io-client": "^4.1.2",
2021-07-01 06:03:06 +00:00
"tcp-ping": "^0.1.1",
2021-06-24 13:42:03 +00: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-09 06:14:03 +00:00
"@vitejs/plugin-legacy": "^1.4.3",
2021-06-24 13:42:03 +00:00
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
2021-07-09 06:14:03 +00:00
"core-js": "^3.15.2",
2021-06-24 13:42:03 +00:00
"sass": "^1.35.1",
"vite": "^2.3.7"
}
}