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",
|
|
|
|
"displayName.zh-CN": "可视化的数据表管理",
|
|
|
|
"description": "An ER diagram-like tool",
|
|
|
|
"description.zh-CN": "类似 ER 图的工具",
|
2024-01-08 11:32:54 +00:00
|
|
|
"version": "0.19.0-alpha.1",
|
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",
|
|
|
|
"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": {
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x",
|
|
|
|
"@nocobase/utils": "0.x"
|
2023-12-29 07:49:02 +00:00
|
|
|
},
|
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
2023-01-11 03:58:47 +00:00
|
|
|
}
|