From 4898b385886794bf0663ec2d883ea808b78ae522 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 19 七月 2023 11:37:25 +0800
Subject: [PATCH] 接口联调相关api添加

---
 package.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index bcd70b8..e7597d3 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,9 @@
     "axios": "^1.4.0",
     "core-js": "^3.8.3",
     "crypto-js": "^4.1.1",
+    "dayjs": "^1.11.9",
     "element-ui": "^2.15.13",
+    "lodash": "^4.17.19",
     "qs": "^6.11.2",
     "save": "^2.9.0",
     "svg-sprite-loader": "^6.0.11",
@@ -19,7 +21,8 @@
     "vue-i18n": "^8.26.7",
     "vue-router": "^3.0.7",
     "vuex": "^3.6.2",
-    "web-storage-cache": "^1.1.1"
+    "web-storage-cache": "^1.1.1",
+    "webpack-theme-color-replacer": "^1.4.7"
   },
   "devDependencies": {
     "@babel/core": "^7.12.16",
@@ -27,6 +30,7 @@
     "@vue/cli-plugin-babel": "~5.0.0",
     "@vue/cli-plugin-eslint": "~5.0.0",
     "@vue/cli-service": "~5.0.0",
+    "compression-webpack-plugin": "^10.0.0",
     "eslint": "^7.32.0",
     "eslint-plugin-vue": "^8.0.3",
     "sass": "^1.63.6",

--
Gitblit v1.8.0