uniugm/ui/package.json

36 lines
866 B
JSON
Raw Permalink Normal View History

2025-04-18 17:17:23 +08:00
{
"name": "ui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2025-06-12 16:51:10 +08:00
"@ant-design/icons-vue": "^7.0.1",
2025-06-13 17:53:39 +08:00
"ant-design-vue": "^4.0.0-rc.6",
2025-04-18 17:17:23 +08:00
"axios": "^1.8.4",
2025-06-12 16:51:10 +08:00
"echarts": "^5.6.0",
2025-04-18 17:17:23 +08:00
"element-plus": "^2.9.7",
"pinia": "^3.0.1",
2025-04-26 13:50:26 +08:00
"pinia-plugin-persistedstate": "^4.2.0",
2025-06-11 14:53:27 +08:00
"splitpanes": "^4.0.4",
2025-04-18 17:17:23 +08:00
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
2025-04-27 17:23:19 +08:00
"sass": "^1.87.0",
"sass-embedded": "^1.87.0",
"sass-loader": "^16.0.5",
2025-05-12 11:09:11 +08:00
"terser": "^5.39.0",
2025-04-18 17:17:23 +08:00
"unplugin-auto-import": "^19.1.2",
2025-04-22 15:46:48 +08:00
"unplugin-icons": "^22.1.0",
2025-04-18 17:17:23 +08:00
"unplugin-vue-components": "^28.5.0",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2"
}
}