39 lines
950 B
JSON
39 lines
950 B
JSON
{
|
|
"name": "help-management-myself",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 5174",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.12.1",
|
|
"echarts": "^5.6.0",
|
|
"element-plus": "^2.11.2",
|
|
"pinia": "^3.0.3",
|
|
"pinia-plugin-persistedstate": "^4.5.0",
|
|
"vue": "^3.5.18",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-router": "^4.5.1",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.3.3",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"less": "^4.4.1",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.8.3",
|
|
"unplugin-auto-import": "^20.1.0",
|
|
"unplugin-vue-components": "^29.0.0",
|
|
"vite": "^7.1.2",
|
|
"vue-tsc": "^3.0.5"
|
|
}
|
|
}
|