2023-01-11 03:58:47 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-graph-collection-manager",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "graph collection manager",
|
|
|
|
"displayName.zh-CN": "数据库可视化管理",
|
|
|
|
"description": "database collection manage",
|
|
|
|
"description.zh-CN": "数据库管理。",
|
2023-08-18 07:53:53 +00:00
|
|
|
"version": "0.12.0-alpha.5",
|
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",
|
|
|
|
"@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-plugin-dnd": "^2.0.0",
|
|
|
|
"@antv/x6-plugin-export": "^2.0.0",
|
|
|
|
"@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-01-11 03:58:47 +00:00
|
|
|
}
|
|
|
|
}
|