35 lines
933 B
JSON
35 lines
933 B
JSON
{
|
|
"name": "simple-platform-vue",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Simple-FR 管理员 + 运营双视图前端(admin/monitor 单工程切换)。",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .ts,.vue --fix"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@vue-flow/background": "^1.3.2",
|
|
"@vue-flow/controls": "^1.1.3",
|
|
"@vue-flow/core": "^1.48.2",
|
|
"axios": "^1.7.7",
|
|
"echarts": "^5.5.1",
|
|
"element-plus": "^2.8.4",
|
|
"pinia": "^2.2.4",
|
|
"vue": "^3.5.12",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.7",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"typescript": "^5.6.3",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.10",
|
|
"vue-tsc": "^2.1.6"
|
|
}
|
|
}
|