From d0906f2ac9ae481a2fffbdcf21d688d15852b79b Mon Sep 17 00:00:00 2001 From: xiejun <xiejun@vci-tech.com> Date: 星期四, 26 十二月 2024 17:02:19 +0800 Subject: [PATCH] 集成获取mdm分发通用数据格式接口集成 日志输出到日志文件中 --- Source/UBCS-WEB/package.json | 32 +++++++++++++++++++------------- 1 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Source/UBCS-WEB/package.json b/Source/UBCS-WEB/package.json index 7a6cde9..6494d2a 100644 --- a/Source/UBCS-WEB/package.json +++ b/Source/UBCS-WEB/package.json @@ -15,7 +15,8 @@ "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "classlist-polyfill": "^1.2.0", - "crypto-js": "^4.0.0", + "crypto-js": "^4.1.1", + "echarts": "4.9.0", "element-ui": "^2.15.6", "instead": "^1.0.3", "js-base64": "^2.5.1", @@ -23,26 +24,31 @@ "js-md5": "^0.7.3", "js-pinyin": "^0.2.4", "mockjs": "^1.0.1-beta3", - "node-gyp": "^5.0.6", - "nprogress": "^0.2.0", - "portfinder": "^1.0.23", - "script-loader": "^0.7.2", - "vue": "^2.6.10", + "moment": "^2.29.4", + "node-gyp": "^4.0.0", + "nprogress": "0.2.0", + "portfinder": "1.0.23", + "save": "2.9.0", + "script-loader": "0.7.2", + "uuid": "^9.0.1", + "vue": "2.6.10", "vue-axios": "^2.1.2", "vue-clipboard2": "^0.3.3", - "vue-flowchart-editor": "^1.0.2", + "vue-echarts": "5.0.0-beta.0", + "vue-flowchart-editor": "1.0.2", "vue-i18n": "^8.7.0", "vue-router": "^3.0.1", "vuex": "^3.1.1" }, "devDependencies": { - "@vue/cli-plugin-babel": "^3.1.1", - "@vue/cli-plugin-eslint": "^3.1.5", - "@vue/cli-service": "^3.1.4", + "@vue/cli-plugin-babel": "^3.5.0", + "@vue/cli-plugin-eslint": "^3.5.0", + "@vue/cli-service": "^3.5.0", + "@vue/composition-api": "^1.7.2", "chai": "^4.1.2", - "node-sass": "^6.0.1", - "sass-loader": "^10.0.5", - "vue-template-compiler": "^2.5.17", + "node-sass": "6.0.1", + "sass-loader": "10.3.1", + "vue-template-compiler": "2.6.10", "webpack-bundle-analyzer": "^3.0.3" }, "lint-staged": { -- Gitblit v1.9.3