From 27750338586d541f8ba0623200c7281187148141 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Fri, 24 Nov 2023 12:01:26 +0800
Subject: [PATCH] fix:导出修改
---
package.json | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index fd246cd..656292a 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,7 @@
"open-docxtemplater-image-module": "^1.0.3",
"path-to-regexp": "2.4.0",
"pizzip": "^3.1.3",
+ "qs": "^6.11.2",
"tasksfile": "^5.1.1",
"three": "^0.132.2",
"vue": "2.6.10",
@@ -54,6 +55,7 @@
"vue-json-excel": "^0.3.0",
"vue-mapvgl": "^0.0.32",
"vue-router": "3.0.6",
+ "vue-seamless-scroll": "^1.1.23",
"vuex": "3.1.0",
"xlsx": "^0.16.9",
"xlsx-style": "^0.8.13"
@@ -74,18 +76,20 @@
"babel-jest": "23.6.0",
"chalk": "2.4.2",
"connect": "3.6.6",
- "eslint": "^5.16.0",
+ "eslint": "^7.32.0",
+ "eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^6.2.0",
- "eslint-plugin-import": "^2.28.1",
+ "eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
- "eslint-plugin-vue": "^5.2.3",
+ "eslint-plugin-vue": "^7.20.0",
"html-webpack-plugin": "3.2.0",
"mockjs": "1.0.1-beta3",
+ "prettier": "3.0.3",
"runjs": "^4.3.2",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
@@ -107,4 +111,4 @@
"**/@vue/cli-plugin-eslint",
"**/@vue/cli-plugin-eslint/**"
]
-}
\ No newline at end of file
+}
--
Gitblit v1.8.0