{
  "name": "@lingxiteam/editor",
  "version": "4.1.1-alpha.2",
  "description": "灵犀低代码平台 - 编辑器",
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "authors": [],
  "files": [
    "es",
    "dist",
    "*.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build-component": "cross-env NODE_OPTIONS=--max-old-space-size=8192 && father build",
    "watch": "cross-env NODE_OPTIONS=--max-old-space-size=8192 && father dev",
    "build-gitHead": "lingxi setGitHead paths=../../",
    "prepublishOnly": "npm run build-gitHead"
  },
  "keywords": [],
  "peerDependencies": {
    "react": ">=16.8.6",
    "@lingxiteam/factory": "*",
    "@lingxiteam/pcfactory": "*",
    "@lingxiteam/functors": ">=0.3.3"
  },
  "devDependencies": {
    "@babel/plugin-syntax-jsx": "^7.16.7",
    "@types/babel__standalone": "7.1.4",
    "@types/codemirror": "^5.60.5",
    "@types/crypto-js": "4.2.1",
    "@types/css-tree": "^2.0.0",
    "@types/dagre": "^0.7.47",
    "@lingxiteam/functors": ">=0.3.3",
    "@types/json-to-ast": "^2.1.2",
    "@types/lodash": "^4.14.180",
    "@types/react-color": "^3.0.6",
    "@types/react-loadable": "^5.5.6",
    "@types/jsonpath": "^0.2.0",
    "@types/react-resizable": "3.0.7",
    "babel-plugin-module-resolver": "^5.0.0",
    "@types/diff-match-patch": "^1.0.36"
  },
  "dependencies": {
    "@antv/x6": "^2.18.1",
    "@antv/x6-react-shape": "2.0.8",
    "@antv/x6-plugin-scroller": "^2.0.10",
    "@lingxiteam/editor-types": "3.7.1",
    "@lingxiteam/security": "^1.1.7",
    "@ant-design/compatible": "^1.1.0",
    "@babel/standalone": "^7.15.8",
    "antd-mobile-5": "5.24.2",
    "@codemirror/autocomplete": "^6.0.0",
    "@codemirror/commands": "^6.0.0",
    "@codemirror/lang-javascript": "6.0.1",
    "@codemirror/language": "^6.0.0",
    "@codemirror/lint": "^6.0.0",
    "@codemirror/search": "^6.0.0",
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0",
    "@lingxiteam/dsl": "2.0.5",
    "@lingxiteam/react-load": "0.0.3",
    "@lingxiteam/assets": "3.2.1",
    "@wufengteam/core": "3.8.1-alpha.4",
    "@lingxiteam/monaco-react": "4.4.6-alpha.2",
    "react-resizable": "^3.0.5",
    "ahooks-v2": "2.10.15",
    "antd": "4.24.13",
    "classnames": "^2.2.6",
    "crypto-js": "^4.2.0",
    "css-tree": "^2.2.1",
    "dagre": "~0.8.5",
    "gg-editor": "^2.0.4",
    "immutability-helper": "3.1.1",
    "json-format": "^1.0.1",
    "json-to-ast": "^2.1.0",
    "moment": "^2.29.1",
    "pinyin-pro": "^3.3.1",
    "query-string": "^6.14.1",
    "react-codemirror2": "^7.2.1",
    "react-color": "^2.19.3",
    "react-dnd": "^11.1.3",
    "react-dnd-html5-backend": "^11.1.3",
    "react-infinite-scroller": "^1.2.4",
    "react-loadable": "5.5.0",
    "@lingxiteam/monaco-editor": "^0.3.1-alpha.2",
    "react-sortable-hoc": "^2.0.0",
    "jsonpath": "^1.1.1",
    "braft-editor": "^2.3.8",
    "diff-match-patch": "^1.0.5"
  },
  "gitHead": "5c3eabf2f6a1e8145f5f838151522494e59c236e"
}