mirror of
https://github.com/WGDashboard/WGDashboard-PRW.git
synced 2026-08-03 22:42:57 +00:00
29 lines
605 B
JSON
29 lines
605 B
JSON
{
|
|
"name": "client",
|
|
"version": "v1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --emptyOutDir",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.9.0",
|
|
"bootstrap": "^5.3.8",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"dayjs": "^1.11.19",
|
|
"oidc-client-ts": "^3.4.1",
|
|
"pinia": "^3.0.4",
|
|
"qrcode": "^1.5.4",
|
|
"uuid": "^13.0.0",
|
|
"vue": "^3.5.30",
|
|
"vue-router": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-vue-devtools": "^8.0.7"
|
|
}
|
|
}
|