tachybase_todo/packages/plugins/@tachybase/plugin-graph-collection-manager/package.json

40 lines
1.3 KiB
JSON

{
"name": "@tachybase/plugin-graph-collection-manager",
"displayName": "Graph collection manager",
"version": "0.21.57",
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
"keywords": [
"Data model tools"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@antv/x6": "^2.0.0",
"@antv/x6-plugin-dnd": "^2.0.0",
"@antv/x6-plugin-export": "^2.0.0",
"@antv/x6-plugin-minimap": "^2.0.0",
"@antv/x6-plugin-scroller": "^2.0.0",
"@antv/x6-plugin-selection": "^2.0.0",
"@antv/x6-plugin-snapline": "^2.0.0",
"@antv/x6-react-shape": "^2.0.0",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.18.1",
"dagre": "^0.8.5",
"lodash": "4.17.21",
"react": "^18.3.1",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
"displayName.zh-CN": "可视化数据表管理"
}