From 2434ddea6db0c400d85123daa25bdf7c17c6d04b Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期四, 08 八月 2024 19:49:45 +0800
Subject: [PATCH] 解析方法页面bug修改

---
 package.json |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/package.json b/package.json
index 4236183..b85599f 100644
--- a/package.json
+++ b/package.json
@@ -15,17 +15,9 @@
     "prepare": "husky install"
   },
   "lint-staged": {
-    "*.{js,ts,jsx,tsx}": [
-      "prettier --write"
-    
-    ],
-    "*.vue": [
-      "prettier --write"
-     
-    ],
-    "*.{less,css}": [
-      "prettier --write"
-    ]
+    "*.{js,ts,jsx,tsx}": [],
+    "*.vue": [],
+    "*.{less,css}": []
   },
   "pnpm": {
     "overrides": {
@@ -34,11 +26,15 @@
   },
   "dependencies": {
     "@arco-design/web-vue": "^2.44.7",
+    "@microsoft/fetch-event-source": "^2.0.1",
+    "@vue-office/docx": "^1.6.2",
+    "@vue-office/excel": "^1.7.11",
     "@vueuse/core": "^9.3.0",
     "arco-design-pro-vue": "^2.7.3",
     "axios": "^0.24.0",
     "dayjs": "^1.11.5",
     "echarts": "^5.4.0",
+    "eventsource-parser": "^2.0.1",
     "js-base64": "^3.7.5",
     "jsencrypt": "^3.3.2",
     "lodash": "^4.17.21",

--
Gitblit v1.8.0