Files
wei.wu 95205cbcde 新增WCS任务模板引擎原型
新增“WCS模板原型”入口及自检脚本,支持无代码拖拽流程设计、选位试算、实例运行、预占管理等。实现了DSL类型定义、控件库、画布节点、节点属性面板、试算台等组件。补充了流程编排、参数组装、表达式求值、选位与打分、预占管理、模板校验等核心逻辑。提供假数据、演示脚本及README说明,便于后续对接真实系统。
2026-08-25 11:21:11 +08:00

36 lines
996 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",
"typecheck": "vue-tsc --noEmit",
"wcs-proto:selfcheck": "npx --yes tsx src/wcs-proto/selfcheck.ts"
},
"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"
}
}