2023-01-11 03:58:47 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-graph-collection-manager",
|
2023-09-12 14:39:23 +00:00
|
|
|
"displayName": "Graph collection manager",
|
2024-02-22 15:13:31 +00:00
|
|
|
"displayName.zh-CN": "可视化数据表管理",
|
|
|
|
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
|
|
|
|
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
|
2024-09-19 14:59:39 +00:00
|
|
|
"version": "1.3.23-beta",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "./dist/server/index.js",
|
2024-03-04 15:02:29 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/graph-collection-manager",
|
2023-08-01 16:07:52 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "5.x",
|
2023-08-21 03:27:48 +00:00
|
|
|
"@antv/x6": "^2.0.0",
|
2023-08-24 09:49:13 +00:00
|
|
|
"@antv/x6-plugin-dnd": "^2.0.0",
|
|
|
|
"@antv/x6-plugin-export": "^2.0.0",
|
2023-08-21 03:27:48 +00: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 09:49:13 +00:00
|
|
|
"@antv/x6-react-shape": "^2.0.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@formily/reactive": "2.x",
|
|
|
|
"@formily/shared": "2.x",
|
2023-07-08 00:29:33 +00:00
|
|
|
"ahooks": "^3.7.2",
|
2023-08-01 16:07:52 +00:00
|
|
|
"antd": "5.x",
|
|
|
|
"dagre": "^0.8.5",
|
2023-07-08 00:29:33 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1"
|
2023-08-01 16:07:52 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-04-28 16:46:21 +00:00
|
|
|
"@nocobase/client": "1.x",
|
|
|
|
"@nocobase/database": "1.x",
|
|
|
|
"@nocobase/server": "1.x",
|
|
|
|
"@nocobase/test": "1.x",
|
|
|
|
"@nocobase/utils": "1.x"
|
2023-12-29 07:49:02 +00:00
|
|
|
},
|
2024-03-04 15:02:29 +00:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-02-05 13:10:48 +00:00
|
|
|
"keywords": [
|
2024-02-22 15:13:31 +00:00
|
|
|
"Data model tools"
|
2024-02-05 13:10:48 +00:00
|
|
|
]
|
2023-01-11 03:58:47 +00:00
|
|
|
}
|