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

47 lines
1.3 KiB
JSON
Raw Normal View History

2024-01-08 12:23:57 -05:00
{
"name": "app",
2025-09-17 14:48:11 +08:00
"version": "4.3.0.1",
2024-01-08 12:23:57 -05:00
"private": true,
"type": "module",
2025-08-11 14:35:30 +08:00
"module": "es2022",
2024-01-08 12:23:57 -05:00
"scripts": {
"dev": "vite",
2025-08-17 16:33:03 +08:00
"build": "vite build --emptyOutDir",
2024-10-06 23:09:55 +08:00
"buildcommitpush": "./build.sh",
2025-09-14 11:01:06 +08:00
"build electron": "vite build --emptyOutDir && 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-08-11 17:29:15 +08:00
"@volar/language-server": "2.4.23",
"@vue/language-server": "3.0.8",
2025-07-21 02:29:33 +08:00
"@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",
2025-08-17 23:47:21 +08:00
"css-color-converter": "^2.0.0",
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": "^11.6.0",
"ol": "^10.2.1",
2025-07-21 02:29:33 +08:00
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"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.1.7"
2024-01-08 12:23:57 -05:00
}
}