king
1 天以前 047dbd742341e268ca772eda8d2ff0b6ba09cb44
package.json
@@ -8,15 +8,27 @@
    "@antv/g2": "^4.1.34",
    "@antv/g6": "^4.6.4",
    "@antv/util": "^2.0.17",
    "@antv/x6": "^2.11.1",
    "@antv/x6-plugin-clipboard": "^2.1.6",
    "@antv/x6-plugin-dnd": "^2.0.5",
    "@antv/x6-plugin-export": "^2.1.6",
    "@antv/x6-plugin-history": "^2.2.3",
    "@antv/x6-plugin-keyboard": "^2.2.1",
    "@antv/x6-plugin-scroller": "^2.0.9",
    "@antv/x6-plugin-selection": "^2.1.7",
    "@antv/x6-plugin-snapline": "^2.1.7",
    "@antv/x6-plugin-stencil": "^2.0.3",
    "@antv/x6-plugin-transform": "^2.1.7",
    "@antv/xflow": "^1.0.50",
    "@babel/core": "7.5.5",
    "@microsoft/fetch-event-source": "^2.0.1",
    "@svgr/webpack": "4.3.2",
    "@typescript-eslint/eslint-plugin": "1.13.0",
    "@typescript-eslint/parser": "1.13.0",
    "@uiw/react-codemirror": "^2.2.1",
    "antd": "^3.26.20",
    "antd-mobile": "^5.14.2",
    "axios": "^0.19.0",
    "axios": "^1.6.7",
    "babel-eslint": "10.0.2",
    "babel-jest": "^24.8.0",
    "babel-loader": "8.0.6",
@@ -36,6 +48,7 @@
    "dragact": "^0.2.12",
    "echarts": "^5.2.1",
    "echarts-for-react": "^2.0.15-beta.1",
    "encryptlong": "^3.1.4",
    "eslint": "^6.1.0",
    "eslint-config-react-app": "^5.0.1",
    "eslint-loader": "2.2.1",
@@ -54,6 +67,7 @@
    "identity-obj-proxy": "3.0.0",
    "immutability-helper": "^3.0.1",
    "immutable": "^4.0.0-rc.12",
    "insert-css": "^2.0.0",
    "is-wsl": "^1.1.0",
    "jest": "24.8.0",
    "jest-environment-jsdom-fourteen": "0.1.0",
@@ -61,11 +75,14 @@
    "jest-watch-typeahead": "0.3.1",
    "js-table2excel": "^1.0.3",
    "jsbarcode": "^3.11.3",
    "jsencrypt": "^3.3.2",
    "jspdf": "^2.5.1",
    "jssha": "^3.2.0",
    "jszip": "^3.10.0",
    "md5": "^2.2.1",
    "mini-css-extract-plugin": "0.5.0",
    "moment": "^2.24.0",
    "node-rsa": "^1.1.1",
    "node-sass": "^4.12.0",
    "optimize-css-assets-webpack-plugin": "5.0.3",
    "pnp-webpack-plugin": "1.5.0",
@@ -89,13 +106,16 @@
    "react-native": "^0.63.2",
    "react-redux": "^7.1.1",
    "react-router-dom": "^5.0.1",
    "react-syntax-highlighter": "^15.6.1",
    "redux": "^4.0.4",
    "redux-thunk": "^2.3.0",
    "resolve": "1.12.0",
    "resolve-url-loader": "3.1.0",
    "sass-loader": "7.2.0",
    "semver": "6.3.0",
    "sheetjs-style": "^0.15.8",
    "spark-md5": "^3.0.1",
    "sql-formatter": "^11.0.2",
    "style-loader": "1.0.0",
    "terser-webpack-plugin": "1.4.1",
    "ts-pnp": "1.1.2",
@@ -110,7 +130,7 @@
  },
  "scripts": {
    "dev": "set PORT=3001 && node scripts/start.js",
    "build": "node scripts/build.js",
    "build": "node --max-old-space-size=2048 scripts/build.js",
    "test": "node scripts/test.js"
  },
  "eslintConfig": {