{
  "name": "@chaoswise/topo",
  "packageName": "chaoswiseTopo",
  "version": "1.0.6",
  "description": "拓扑组件",
  "keywords": [
    "topo"
  ],
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
    "@babel/plugin-syntax-async-generators": "^7.8.4",
    "@babel/plugin-syntax-class-properties": "^7.12.13",
    "@babel/plugin-syntax-do-expressions": "^7.25.9",
    "@babel/plugin-syntax-function-bind": "^7.25.9",
    "@babel/plugin-transform-block-scoping": "^7.16.7",
    "@babel/plugin-transform-classes": "^7.16.7",
    "@babel/preset-env": "^7.16.11",
    "@storybook/addon-essentials": "6.4.22",
    "@storybook/addon-storysource": "6.4.22",
    "@storybook/react": "6.4.22",
    "@antv/x6": "2.18.1",
    "@antv/x6-plugin-clipboard": "^2.1.6",
    "@antv/x6-plugin-dnd": "^2.1.1",
    "@antv/x6-plugin-export": "^2.1.6",
    "@antv/x6-plugin-history": "^2.2.4",
    "@antv/x6-plugin-keyboard": "^2.2.3",
    "@antv/x6-plugin-minimap": "^2.0.7",
    "@antv/x6-plugin-scroller": "^2.0.10",
    "@antv/x6-plugin-selection": "^2.2.2",
    "@antv/x6-plugin-snapline": "^2.1.7",
    "@antv/x6-plugin-transform": "^2.1.8",
    "@antv/x6-react-shape": "^2.2.3",
    "@svgr/webpack": "^5.5.0",
    "babel-plugin-antd-style": "^1.0.4",
    "babel-plugin-import": "^1.13.0",
    "babel-plugin-transform-import-meta": "^2.2.1",
    "del": "^6.1.1",
    "glob": "^11.0.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-plumber": "^1.2.1",
    "gulp-typescript": "^5.0.1",
    "less": "^4.1.0",
    "less-loader": "^6.2.0",
    "styled-jsx": "^3.2.4",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@antv/graphlib": "^2.0.3",
    "@antv/hierarchy": "^0.6.14",
    "@antv/layout": "^1.2.14-beta.9",
    "@chaoswise/intl": "^3.1.4",
    "@chaoswise/ui": ">=3.0.0",
    "ahooks": "^3.8.4",
    "html-to-image": "1.11.11",
    "react": "^18.3.1",
    "react-custom-scrollbars": "^4.2.1",
    "react-dom": "^18.3.1",
    "react-draggable": "4.4.6",
    "react-intl-universal": "^2.11.3",
    "react-router-dom": "^5.3.4"
  },
  "peerDependencies": {
    "@antv/x6": "^2.18.1",
    "@antv/x6-plugin-clipboard": "^2.1.6",
    "@antv/x6-plugin-dnd": "^2.1.1",
    "@antv/x6-plugin-export": "^2.1.6",
    "@antv/x6-plugin-history": "^2.2.4",
    "@antv/x6-plugin-keyboard": "^2.2.3",
    "@antv/x6-plugin-minimap": "^2.0.7",
    "@antv/x6-plugin-scroller": "^2.0.10",
    "@antv/x6-plugin-selection": "^2.2.2",
    "@antv/x6-plugin-snapline": "^2.1.7",
    "@antv/x6-plugin-transform": "^2.1.8",
    "@antv/x6-react-shape": "^2.2.3",
    "@chaoswise/ui": ">=3.0.0"
  },
  "author": "cloudwiser",
  "homepage": "",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://git.cloudwise.com/DOCP/dpm-front-end/chaoswise-topo.git"
  },
  "scripts": {
    "start": "start-storybook -p 9009 -s ./public",
    "build-storybook": "build-storybook",
    "build": "gulp es --gulpfile ./scripts/gulpfile.js",
    "intl-collect": "chaoswise-intl collect",
    "intl-update": "chaoswise-intl update",
    "intl-addLocale": "chaoswise-intl addLocale",
    "intl-verify": "chaoswise-intl verify",
    "intl-verify-fix": "chaoswise-intl verify fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT"
}
