From d7d7da5c09340eafcd2e2c672e6b2c001a4cc0be Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期五, 08 十一月 2024 08:38:40 +0800 Subject: [PATCH] 基础数据产品-场景清单,监管清单 --- package.json | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6d0b5e4..ca7301b 100644 --- a/package.json +++ b/package.json @@ -13,24 +13,38 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", "@ctrl/tinycolor": "^4.0.2", "@element-plus/icons-vue": "^2.0.10", + "@vue-office/excel": "^1.7.11", "@vueuse/core": "^9.7.0", + "angular-expressions": "^1.4.0", "axios": "^1.2.1", - "dayjs": "^1.11.10", + "dayjs": "^1.11.13", + "docxtemplater": "^3.9.0", + "docxtemplater-image-module-free": "^1.1.1", + "echarts": "^4.8.0", "element-plus": "^2.8.3", + "exceljs": "^4.4.0", + "file-saver": "^2.0.5", + "html2canvas": "^1.4.1", "js-base64": "^3.7.5", + "jszip-utils": "^0.1.0", "md5": "^2.3.0", "pinia": "^2.0.26", + "pizzip": "^3.1.7", "vue": "^3.2.45", + "vue-demi": "^0.14.6", "vue-i18n": "^9.8.0", - "vue-router": "^4.1.6" + "vue-router": "^4.1.6", + "xlsx": "^0.18.5" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.5", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", + "@types/html-docx-js": "^0.3.4", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "@vitejs/plugin-vue": "^3.2.0", -- Gitblit v1.9.3