{
  "name": "@nocobase/plugin-graph-collection-manager",
  "displayName": "Graph collection manager",
  "version": "0.21.2-alpha.9",
  "description": "An ER diagram-like tool. Currently only the Master database is supported.",
  "keywords": [
    "Data model tools"
  ],
  "homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
  "license": "AGPL-3.0",
  "main": "./dist/server/index.js",
  "devDependencies": {
    "@ant-design/icons": "~5.3.6",
    "@antv/x6": "^2.0.0",
    "@antv/x6-plugin-dnd": "^2.0.0",
    "@antv/x6-plugin-export": "^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-react-shape": "^2.0.0",
    "@emotion/css": "^11.7.1",
    "@nocobase/schema": "workspace:*",
    "ahooks": "^3.7.2",
    "antd": "5.16.0",
    "dagre": "^0.8.5",
    "lodash": "4.17.21",
    "react": "^18.2.0",
    "react-i18next": "^11.15.1",
    "react-router-dom": "^6.11.2"
  },
  "peerDependencies": {
    "@nocobase/client": "workspace:*",
    "@nocobase/database": "workspace:*",
    "@nocobase/server": "workspace:*",
    "@nocobase/test": "workspace:*",
    "@nocobase/utils": "workspace:*"
  },
  "description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
  "displayName.zh-CN": "可视化数据表管理",
  "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/graph-collection-manager"
}