From 1e11e10c56e939e6ebb653d1b929990727b70243 Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期六, 03 八月 2024 22:51:29 +0800 Subject: [PATCH] 权限资源bug --- package.json | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 03e1d61..d22f6db 100644 --- a/package.json +++ b/package.json @@ -29,25 +29,34 @@ "prettier --write" ] }, + "pnpm": { + "overrides": { + "@babel/helper-module-imports": "~7.22.15" + } + }, "dependencies": { "@arco-design/web-vue": "^2.44.7", + "@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", + "js-base64": "^3.7.5", + "jsencrypt": "^3.3.2", "lodash": "^4.17.21", "mitt": "^3.0.0", + "moment": "^2.30.1", "nprogress": "^0.2.0", "pinia": "^2.0.23", "query-string": "^8.0.3", + "sass": "^1.77.8", "sortablejs": "^1.15.0", "vue": "^3.2.40", "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 +110,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