#
lsh
2024-09-09 bb99f3d2bd880fc4bea36efa8f9fb041b483f279
zy-asrs-flow/package.json
@@ -1,5 +1,5 @@
{
  "name": "ant-design-pro",
  "name": "zy-asrs-wcs",
  "version": "6.0.0",
  "private": true,
  "description": "An out-of-box UI solution for enterprise applications",
@@ -36,12 +36,22 @@
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js",
    "**/*.{js,jsx,tsx,ts,less,md,json}": ["prettier --write"]
    "**/*.{js,jsx,tsx,ts,less,md,json}": [
      "prettier --write"
    ]
  },
  "browserslist": ["> 1%", "last 2 versions", "not ie <= 10"],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 10"
  ],
  "dependencies": {
    "@ant-design/icons": "^4.8.1",
    "@ant-design/icons": "^5.3.0",
    "@ant-design/pro-components": "^2.6.48",
    "@antv/g6": "^4.8.24",
    "@antv/x6": "^2.18.1",
    "@antv/x6-plugin-stencil": "^2.1.5",
    "@antv/xflow": "^2.0.4",
    "@umijs/route-utils": "^2.2.2",
    "antd": "^5.13.2",
    "antd-style": "^3.6.1",
@@ -49,12 +59,15 @@
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "omit.js": "^2.0.2",
    "pixi.js": "^7.4.0",
    "querystring": "^0.2.1",
    "rc-menu": "^9.12.4",
    "rc-util": "^5.38.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-helmet-async": "^1.3.0"
    "react-helmet-async": "^1.3.0",
    "react-syntax-highlighter": "^15.5.0",
    "tweedle.js": "^2.1.0"
  },
  "devDependencies": {
    "@ant-design/pro-cli": "^3.3.0",
@@ -79,7 +92,6 @@
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^10.5.4",
    "mockjs": "^1.1.0",
    "prettier": "^2.8.8",
    "react-dev-inspector": "^1.9.0",
    "swagger-ui-dist": "^4.19.1",
    "ts-node": "^10.9.2",
@@ -87,5 +99,7 @@
    "umi-presets-pro": "^2.0.3",
    "umi-serve": "^1.9.11"
  },
  "engines": { "node": ">=12.0.0" }
  "engines": {
    "node": ">=12.0.0"
  }
}