Files
WGDashboard/src/static/app/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2024-01-08 12:23:57 -05:00
{
"name": "app",
2025-07-08 16:32:08 +08:00
"version": "4.3",
2024-01-08 12:23:57 -05:00
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
2024-10-26 13:54:08 +08:00
"build": "vite build",
2024-10-06 23:09:55 +08:00
"buildcommitpush": "./build.sh",
2025-04-25 14:23:51 +08:00
"build electron": "vite build && vite build --mode electron && cd ../../../../WGDashboard-Desktop && /opt/homebrew/bin/npm run \"electron dist\"",
2024-01-08 12:23:57 -05:00
"preview": "vite preview"
},
"dependencies": {
2025-07-21 02:29:33 +08:00
"@vue/language-server": "^3.0.3",
"@vuepic/vue-datepicker": "^11.0.2",
"@vueuse/core": "^13.5.0",
"@vueuse/shared": "^13.5.0",
2024-04-03 01:16:56 -04:00
"animate.css": "^4.1.1",
2024-01-08 12:23:57 -05:00
"bootstrap": "^5.3.2",
2024-09-06 16:32:05 +08:00
"bootstrap-icons": "^1.11.3",
2025-07-21 02:29:33 +08:00
"cidr-tools": "^11.0.3",
2024-07-29 18:40:07 -04:00
"dayjs": "^1.11.12",
2025-07-21 02:29:33 +08:00
"electron-builder": "^26.0.12",
2024-03-11 00:11:07 -04:00
"fuse.js": "^7.0.0",
2024-04-03 01:16:56 -04:00
"i": "^0.3.7",
"is-cidr": "^5.0.3",
"npm": "^10.5.0",
"ol": "^10.2.1",
2025-07-21 02:29:33 +08:00
"pinia": "^3.0.3",
"qrcode": "^1.5.3",
2024-03-24 22:46:32 -04:00
"qrcodejs": "^1.0.0",
2024-12-06 20:27:04 +08:00
"simple-code-editor": "^2.0.9",
2025-07-21 02:29:33 +08:00
"uuid": "^11.1.0",
"vue": "^3.5.17",
"vue-chartjs": "^5.3.0",
2024-01-08 12:23:57 -05:00
"vue-router": "^4.2.5"
},
"devDependencies": {
2025-07-21 02:29:33 +08:00
"@vitejs/plugin-vue": "^6.0.0",
"vite": "^7.0.5"
2024-01-08 12:23:57 -05:00
}
}