From 34922eb239109534679d35a75661d6e2a5603347 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 27 十二月 2025 10:16:36 +0800
Subject: [PATCH] 成品库流程
---
WMS/WIDESEA_WMSClient/package.json | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/package.json b/WMS/WIDESEA_WMSClient/package.json
index 5bccc09..6c7db77 100644
--- a/WMS/WIDESEA_WMSClient/package.json
+++ b/WMS/WIDESEA_WMSClient/package.json
@@ -9,22 +9,30 @@
"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",
"vue": "^3.2.37",
- "vue-draggable-next": "^2.0.1",
- "vue-router": "^4.0.0-0",
+ "vue-draggable-next": "^2.2.0",
+ "vue-router": "^4.1.6",
"vue-virtual-scroller": "next",
"vuex": "^4.0.0-0"
},
"devDependencies": {
+ "@babel/core": "^7.23.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.28.5",
+ "@vue/babel-plugin-jsx": "^1.1.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
@@ -34,6 +42,7 @@
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "^2.0.0-0",
"babel-eslint": "^10.1.0",
+ "babel-loader": "^8.2.5",
"chai": "^4.1.2",
"cross-env": "^7.0.3",
"less": "^4.1.1",
--
Gitblit v1.9.3