2023-01-11 11:58:47 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-graph-collection-manager",
|
2023-05-29 11:06:54 +08:00
|
|
|
"displayName": "graph collection manager",
|
|
|
|
"displayName.zh-CN": "数据库可视化管理",
|
|
|
|
"description": "database collection manage",
|
|
|
|
"description.zh-CN": "数据库管理。",
|
2023-06-25 14:04:19 +08:00
|
|
|
"version": "0.10.0-alpha.3",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
|
|
|
"@antv/x6": "^1.9.0",
|
|
|
|
"@antv/x6-react-shape": "^1.6.2",
|
|
|
|
"dagre": "^0.8.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-25 14:04:19 +08:00
|
|
|
"@nocobase/client": "0.10.0-alpha.3",
|
|
|
|
"@nocobase/test": "0.10.0-alpha.3"
|
2023-01-11 11:58:47 +08:00
|
|
|
}
|
|
|
|
}
|