From ce1292c9cf37195b6abd2699dfc5d6cb3e143c9b Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 12 四月 2026 23:38:19 +0800
Subject: [PATCH] feat(MES): 添加MES接口相关实体和DTO JS扩展文件至JSX格式并更新配置
---
Code/WCS/WIDESEAWCS_Client/package.json | 34 +++++++++++++---------------------
1 files changed, 13 insertions(+), 21 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/package.json b/Code/WCS/WIDESEAWCS_Client/package.json
index 336ff17..a68d9a8 100644
--- a/Code/WCS/WIDESEAWCS_Client/package.json
+++ b/Code/WCS/WIDESEAWCS_Client/package.json
@@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "test:unit": "vue-cli-service test:unit",
- "lint": "vue-cli-service lint"
+ "serve": "vite",
+ "build": "vite build",
+ "preview": "vite preview",
+ "lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
@@ -16,7 +16,7 @@
"core-js": "^3.6.5",
"echarts": "^5.0.2",
"element-plus": "^2.2.14",
- "less": "^4.1.1",
+ "sortablejs": "^1.15.6",
"vue": "^3.2.37",
"vue-draggable-next": "^2.0.1",
"vue-router": "^4.0.0-0",
@@ -24,22 +24,15 @@
"wangeditor": "^4.7.6"
},
"devDependencies": {
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-unit-mocha": "~4.5.0",
- "@vue/cli-plugin-vuex": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
+ "@vitejs/plugin-vue": "^4.0.0",
+ "@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/compiler-sfc": "^3.0.0",
- "@vue/test-utils": "^2.0.0-0",
- "babel-eslint": "^10.1.0",
- "chai": "^4.1.2",
- "cross-env": "^7.0.3",
+ "eslint": "^8.50.0",
"less": "^4.1.1",
- "less-loader": "^7.3.0",
"stylus": "^0.54.7",
- "stylus-loader": "^3.0.2"
+ "unplugin-auto-import": "^21.0.0",
+ "unplugin-vue-components": "^31.0.0",
+ "vite": "^5.0.0"
},
"eslintConfig": {
"root": true,
@@ -57,11 +50,10 @@
]
},
"parserOptions": {
- "parser": "babel-eslint"
+ "parser": "@babel/eslint-parser"
}
},
"eslintIgnore": [
"*"
- ],
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
+ ]
}
--
Gitblit v1.9.3