feat(backend): 添加流程模型与服务支持 feat(frontend): 实现流程编辑器UI与交互 feat(assets): 添加流程节点图标资源 feat(plugins): 实现上下文菜单和运行时插件 feat(components): 新增基础节点和侧边栏组件 feat(routes): 添加流程相关路由配置 feat(models): 创建流程和运行日志数据模型 feat(services): 实现流程服务层逻辑 feat(migration): 添加流程相关数据库迁移 feat(config): 更新前端配置支持流程编辑器 feat(utils): 增强axios错误处理和工具函数
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview --port 5173"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.4.0",
|
|
"@douyinfe/semi-icons": "^2.80.0",
|
|
"@douyinfe/semi-ui": "^2.80.0",
|
|
"@flowgram.ai/free-container-plugin": "^0.4.7",
|
|
"@flowgram.ai/free-group-plugin": "^0.4.7",
|
|
"@flowgram.ai/free-layout-editor": "^0.4.7",
|
|
"@flowgram.ai/free-lines-plugin": "^0.4.7",
|
|
"@flowgram.ai/free-node-panel-plugin": "^0.4.7",
|
|
"@flowgram.ai/free-snap-plugin": "^0.4.7",
|
|
"@flowgram.ai/form-materials": "^0.4.7",
|
|
"@flowgram.ai/minimap-plugin": "^0.4.7",
|
|
"@flowgram.ai/runtime-interface": "^0.4.7",
|
|
"@flowgram.ai/runtime-js": "^0.4.7",
|
|
"antd": "^5.17.0",
|
|
"axios": "^1.7.2",
|
|
"classnames": "^2.5.1",
|
|
"highlight.js": "^11.11.1",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^4.0.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-json-view-lite": "^2.4.2",
|
|
"react-router-dom": "^6.26.2",
|
|
"styled-components": "^5.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.3.24",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@types/styled-components": "^5.1.34",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"less": "^4.2.0",
|
|
"typescript": "^5.4.0",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|