2023-01-11 11:58:47 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-graph-collection-manager",
|
2023-09-12 22:39:23 +08:00
|
|
|
"displayName": "Graph collection manager",
|
2024-05-29 15:39:46 +08:00
|
|
|
"version": "0.21.36",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Data model tools"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "~5.3.6",
|
2023-08-21 11:27:48 +08:00
|
|
|
"@antv/x6": "^2.0.0",
|
2023-08-24 17:49:13 +08:00
|
|
|
"@antv/x6-plugin-dnd": "^2.0.0",
|
|
|
|
"@antv/x6-plugin-export": "^2.0.0",
|
2023-08-21 11:27:48 +08:00
|
|
|
"@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",
|
2023-08-24 17:49:13 +08:00
|
|
|
"@antv/x6-react-shape": "^2.0.0",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2023-07-08 08:29:33 +08:00
|
|
|
"ahooks": "^3.7.2",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2023-08-02 00:07:52 +08:00
|
|
|
"dagre": "^0.8.5",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21",
|
2023-07-08 08:29:33 +08:00
|
|
|
"react": "^18.2.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"react-router-dom": "^6.11.2"
|
2023-08-02 00:07:52 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
|
2024-05-23 12:50:54 +08:00
|
|
|
"displayName.zh-CN": "可视化数据表管理"
|
2023-01-11 11:58:47 +08:00
|
|
|
}
|