56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@antv/layout": "^1.2.14-beta.8",
|
|
"@antv/x6": "^2.18.1",
|
|
"@antv/x6-plugin-clipboard": "^2.1.6",
|
|
"@antv/x6-plugin-export": "^2.1.6",
|
|
"@antv/x6-plugin-history": "^2.2.4",
|
|
"@antv/x6-plugin-keyboard": "^2.2.3",
|
|
"@antv/x6-plugin-minimap": "^2.0.7",
|
|
"@antv/x6-plugin-selection": "^2.2.2",
|
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
"@antv/x6-react-shape": "^2.2.3",
|
|
"@logicflow/core": "^2.0.9",
|
|
"@logicflow/extension": "^2.0.13",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"antd": "^5.22.2",
|
|
"axios": "^1.6.2",
|
|
"dagre": "^0.8.5",
|
|
"form-render": "^2.5.1",
|
|
"react": "^18.2.0",
|
|
"react-diff-viewer-continued": "^3.4.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^9.0.4",
|
|
"react-router-dom": "^6.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dagre": "^0.7.52",
|
|
"@types/node": "^20.10.4",
|
|
"@types/react": "^18.2.43",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"less": "^4.2.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.8"
|
|
}
|
|
}
|