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-07-06 22:56:04 +00:00
|
|
|
"version": "0.10.1-alpha.1",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
"main": "./lib/server/index.js",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src",
|
|
|
|
"README.md",
|
|
|
|
"README.zh-CN.md",
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"server.js",
|
|
|
|
"server.d.ts",
|
|
|
|
"client.js",
|
|
|
|
"client.d.ts"
|
|
|
|
],
|
2023-01-11 03:58:47 +00:00
|
|
|
"dependencies": {
|
2023-07-07 06:35:22 +00:00
|
|
|
"ahooks": "^3.7.2",
|
2023-01-11 03:58:47 +00:00
|
|
|
"@antv/x6": "^1.9.0",
|
|
|
|
"@antv/x6-react-shape": "^1.6.2",
|
|
|
|
"dagre": "^0.8.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-07 06:35:22 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"antd": "^4.24.8",
|
|
|
|
"@ant-design/icons": "^4.8.0",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"@formily/react": "2.2.26",
|
|
|
|
"@formily/shared": "2.2.26",
|
|
|
|
"@formily/reactive": "2.2.26",
|
|
|
|
"@nocobase/server": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/utils": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/database": "0.10.1-alpha.1",
|
2023-07-06 22:56:04 +00:00
|
|
|
"@nocobase/client": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/test": "0.10.1-alpha.1"
|
2023-01-11 03:58:47 +00:00
|
|
|
}
|
|
|
|
}
|