mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "uptime-kuma",
|
|
"version": "1.4.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"start-server": "node server/server.js",
|
|
"update": "",
|
|
"release": "release-it",
|
|
"build": "vite build",
|
|
"vite-preview-dist": "vite preview --host"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.2.35",
|
|
"@fortawesome/free-regular-svg-icons": "5.15.3",
|
|
"@fortawesome/free-solid-svg-icons": "5.15.3",
|
|
"@fortawesome/vue-fontawesome": "3.0.0-4",
|
|
"@popperjs/core": "2.9.2",
|
|
"args-parser": "1.3.0",
|
|
"axios": "0.21.1",
|
|
"bcrypt": "5.0.1",
|
|
"bootstrap": "5.0.2",
|
|
"command-exists": "1.2.9",
|
|
"dayjs": "1.10.6",
|
|
"express": "4.17.1",
|
|
"express-basic-auth": "1.2.0",
|
|
"form-data": "4.0.0",
|
|
"http-graceful-shutdown": "3.1.2",
|
|
"jsonwebtoken": "8.5.1",
|
|
"nodemailer": "6.6.3",
|
|
"password-hash": "1.2.2",
|
|
"prom-client": "13.1.0",
|
|
"prometheus-api-metrics": "3.2.0",
|
|
"redbean-node": "0.0.20",
|
|
"socket.io": "4.1.3",
|
|
"socket.io-client": "4.1.3",
|
|
"sqlite3": "5.0.2",
|
|
"tcp-ping": "0.1.1",
|
|
"v-pagination-3": "0.1.6",
|
|
"vue": "3.0.5",
|
|
"vue-confirm-dialog": "1.0.2",
|
|
"vue-router": "4.0.10",
|
|
"vue-toastification": "2.0.0-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-legacy": "1.4.4",
|
|
"@vitejs/plugin-vue": "1.2.5",
|
|
"@vue/compiler-sfc": "3.1.5",
|
|
"auto-changelog": "2.3.0",
|
|
"core-js": "3.15.2",
|
|
"release-it": "14.10.1",
|
|
"sass": "1.36.0",
|
|
"vite": "2.4.3"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"commit": true,
|
|
"requireCleanWorkingDir": false,
|
|
"commitMessage": "🚀RELEASE v${version}",
|
|
"push": false,
|
|
"tag": true,
|
|
"tagName": "v${version}",
|
|
"tagAnnotation": "v${version}"
|
|
},
|
|
"npm": {
|
|
"publish": false
|
|
},
|
|
"hooks": {
|
|
"after:bump": "auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md"
|
|
}
|
|
},
|
|
"volta": {
|
|
"node": "16.5.0"
|
|
}
|
|
}
|