From d5538af4a0bbc5511990aceb3431fb1caa9bbc65 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 16 三月 2026 14:27:22 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/package.json | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/package.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/package.json"
index 42cd9e5..b3bdcd2 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/package.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/package.json"
@@ -9,21 +9,29 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
+ "@babel/runtime": "^7.23.0",
"@element-plus/icons-vue": "^2.1.0",
"@microsoft/signalr": "^6.0.4",
"ali-oss": "^6.17.1",
"axios": "^0.21.1",
- "core-js": "^3.6.5",
+ "core-js": "^3.35.1",
"echarts": "^5.0.2",
- "element-plus": "^2.2.14",
- "less": "^4.1.1",
+ "element-plus": "^2.2.34",
"vue": "^3.2.37",
"vue-draggable-next": "^2.0.1",
- "vue-router": "^4.0.0-0",
+ "vue-router": "^4.0.16",
+ "vue-virtual-scroller": "next",
"vuex": "^4.0.0-0"
},
"devDependencies": {
+ "@babel/core": "^7.29.0",
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-transform-react-jsx": "^7.27.1",
+ "@babel/preset-env": "^7.29.0",
+ "@vue/babel-plugin-jsx": "^1.1.5",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
@@ -33,14 +41,17 @@
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "^2.0.0-0",
"babel-eslint": "^10.1.0",
+ "babel-loader": "^7.1.5",
"chai": "^4.1.2",
"cross-env": "^7.0.3",
- "less": "^4.1.1",
+ "less": "^4.1.3",
"less-loader": "^7.3.0",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"stylus": "^0.54.7",
- "stylus-loader": "^3.0.2"
+ "stylus-loader": "^3.0.2",
+ "vue-loader": "^15.11.1",
+ "vue-template-compiler": "^2.7.16"
},
"eslintConfig": {
"root": true,
--
Gitblit v1.9.3