WGDashboard/src/static/client/package.json

24 lines
465 B
JSON
Raw Normal View History

2025-05-29 16:23:20 +08:00
{
"name": "client",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2025-05-31 20:52:53 +08:00
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.13.1",
"pinia": "^3.0.2",
2025-05-29 16:23:20 +08:00
"vue": "^3.5.13",
2025-05-31 20:52:53 +08:00
"vue-router": "^4.5.1"
2025-05-29 16:23:20 +08:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2"
}
}