From 61ece754a673dfaa0930f8f3145e4e9e40eb0e6b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Mar 2022 17:33:32 +0800
Subject: [PATCH] 部分更改

---
 package.json |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 24cdd2a..9043760 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,11 @@
     "dependencies": {
         "@amap/amap-vue": "^1.4.0",
         "@dvgis/dc-sdk": "^2.5.0",
+        "@fullcalendar/core": "^5.10.1",
+        "@fullcalendar/daygrid": "^5.10.1",
+        "@fullcalendar/interaction": "^5.10.1",
+        "@fullcalendar/timegrid": "^5.10.1",
+        "@fullcalendar/vue": "^5.10.1",
         "axios": "^0.22.0",
         "core-js": "^3.6.5",
         "echarts": "^5.2.1",
@@ -29,6 +34,7 @@
         "@vue/cli-service": "~4.5.0",
         "@vue/eslint-config-standard": "^5.1.2",
         "babel-eslint": "^10.1.0",
+        "compression-webpack-plugin": "^5.0.1",
         "eslint": "^6.7.2",
         "eslint-plugin-import": "^2.20.2",
         "eslint-plugin-node": "^11.1.0",
@@ -38,8 +44,7 @@
         "node-sass": "^4.12.0",
         "sass-loader": "^8.0.2",
         "script-loader": "^0.7.2",
-        "vue-template-compiler": "^2.6.11",
-        "compression-webpack-plugin": "^5.0.1"
+        "vue-template-compiler": "^2.6.11"
     },
     "eslintConfig": {
         "root": true,
@@ -63,6 +68,6 @@
     "browserslist": [
         "> 1%",
         "last 2 versions",
-        "not dead"
+        "not ie <= 10"
     ]
 }

--
Gitblit v1.9.3