From 047dbd742341e268ca772eda8d2ff0b6ba09cb44 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 05 六月 2025 16:57:36 +0800 Subject: [PATCH] 2025-06-05 --- package.json | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 39 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0a81c07..ee14ee0 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,32 @@ "version": "0.1.0", "private": true, "dependencies": { + "@ant-design/icons": "^4.6.2", "@antv/data-set": "^0.11.4", - "@antv/g2": "^4.1.0-beta.18", + "@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": "^2.3.3", - "axios": "^0.19.0", + "antd-mobile": "^5.14.2", + "axios": "^1.6.7", "babel-eslint": "10.0.2", "babel-jest": "^24.8.0", "babel-loader": "8.0.6", @@ -20,18 +36,19 @@ "babel-plugin-named-asset-import": "^0.3.3", "babel-preset-react-app": "9.0.0", "braft-editor": "^2.3.9", - "braft-extensions": "^0.1.0", + "braft-extensions": "^0.1.1", "browserslist": "^4.13.0", "camelcase": "^5.2.0", - "caniuse-lite": "^1.0.30001102", "case-sensitive-paths-webpack-plugin": "2.2.0", "codemirror": "^5.52.2", + "crypto-js": "^4.1.1", "css-loader": "2.1.1", "dotenv": "6.2.0", "dotenv-expand": "4.2.0", "dragact": "^0.2.12", - "echarts": "^4.5.0", + "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", @@ -40,7 +57,9 @@ "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.14.3", "eslint-plugin-react-hooks": "^1.6.1", + "exceljs": "^4.2.1", "file-loader": "3.0.1", + "file-saver": "^2.0.5", "fs-extra": "7.0.1", "html-webpack-plugin": "4.0.0-beta.5", "html2canvas": "^1.0.0-rc.7", @@ -48,15 +67,22 @@ "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", "jest-resolve": "24.8.0", "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", @@ -80,26 +106,31 @@ "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", "url-loader": "2.1.0", + "video-react": "^0.14.1", "webpack": "4.39.1", "webpack-dev-server": "3.2.1", "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "4.3.1", + "x2js": "^3.4.3", "xlsx": "^0.15.5" }, "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": { @@ -188,7 +219,7 @@ ] ] }, - "homepage": "./build", + "homepage": ".", "devDependencies": { "typescript": "^4.0.2" } -- Gitblit v1.8.0