{ "name": "@tachybase/plugin-graph-collection-manager", "displayName": "Graph collection manager", "version": "0.21.55", "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": "^11.15.1", "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": "可视化数据表管理" }