From d50a7bc02d89e14beeab83a28f0d3677dbd9f0ef Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期五, 30 八月 2024 14:31:50 +0800
Subject: [PATCH] fix: 修改bug
---
package.json | 55 ++++++++++++++++++++++++++++++++++++++-----------------
1 files changed, 38 insertions(+), 17 deletions(-)
diff --git a/package.json b/package.json
index 03e1d61..75e1f7a 100644
--- a/package.json
+++ b/package.json
@@ -15,39 +15,59 @@
"prepare": "husky install"
},
"lint-staged": {
- "*.{js,ts,jsx,tsx}": [
- "prettier --write",
- "eslint --fix"
- ],
- "*.vue": [
- "stylelint --fix",
- "prettier --write",
- "eslint --fix"
- ],
- "*.{less,css}": [
- "stylelint --fix",
- "prettier --write"
- ]
+ "*.{js,ts,jsx,tsx}": [],
+ "*.vue": [],
+ "*.{less,css}": []
+ },
+ "pnpm": {
+ "overrides": {
+ "@babel/helper-module-imports": "~7.22.15"
+ }
},
"dependencies": {
"@arco-design/web-vue": "^2.44.7",
+ "@codemirror/lang-javascript": "^6.2.2",
+ "@codemirror/theme-one-dark": "^6.1.2",
+ "@codemirror/view": "^6.33.0",
+ "@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",
+ "codemirror": "^5.65.17",
+ "codemirror-editor-vue3": "^2.7.0",
+ "d3": "^4.12.0",
"dayjs": "^1.11.5",
+ "dimple": "github:PMSI-AlignAlytics/dimple#2.3.0",
+ "docx-preview": "^0.1.8",
"echarts": "^5.4.0",
+ "eventsource-parser": "^2.0.1",
+ "exceljs": "^4.3.0",
+ "handsontable": "^11.1.0",
+ "jquery": "^3.2.1",
+ "js-base64": "^3.7.5",
+ "jsencrypt": "^3.3.2",
+ "jszip": "^3.1.5",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
+ "moment": "^2.30.1",
"nprogress": "^0.2.0",
+ "pdfjs-dist": "^2.12.313",
"pinia": "^2.0.23",
+ "pinia-plugin-persistedstate": "^3.2.1",
+ "prismjs": "^1.29.0",
+ "qs": "^6.13.0",
"query-string": "^8.0.3",
+ "sass": "^1.77.8",
"sortablejs": "^1.15.0",
+ "v-viewer": "^3.0.11",
"vue": "^3.2.40",
+ "vue-clipboard3": "^2.0.0",
+ "vue-codemirror": "^6.1.1",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.2.2",
- "vue-router": "^4.0.14",
- "js-base64": "^3.7.5",
- "jsencrypt": "^3.3.2"
+ "vue-router": "^4.0.14"
},
"devDependencies": {
"@arco-plugins/vite-vue": "^1.4.5",
@@ -101,5 +121,6 @@
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3",
"gifsicle": "5.2.0"
- }
+ },
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
--
Gitblit v1.8.0