mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:45:10 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@nocobase/plugin-graph-collection-manager",
|
|
"displayName": "graph collection manager",
|
|
"displayName.zh-CN": "数据库可视化管理",
|
|
"description": "database collection manage",
|
|
"description.zh-CN": "数据库管理。",
|
|
"version": "0.11.1-alpha.5",
|
|
"license": "AGPL-3.0",
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"@antv/x6": "^1.9.0",
|
|
"@antv/x6-react-shape": "^1.6.2",
|
|
"ahooks": "^3.7.2",
|
|
"dagre": "^0.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.1.4",
|
|
"@formily/react": "^2.2.27",
|
|
"@formily/reactive": "^2.2.27",
|
|
"@formily/shared": "^2.2.27",
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
|
"@nocobase/utils": "0.11.1-alpha.5",
|
|
"antd": "^5.6.4",
|
|
"react": "^18.2.0",
|
|
"react-i18next": "^11.15.1"
|
|
}
|
|
}
|