From 1043219cb007721626edcbcb77c2c6fd7c392ac1 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 05 三月 2024 16:01:44 +0800 Subject: [PATCH] feat:表格滚动 --- package.json | 57 +++++++++++++++++++++++++++++++++------------------------ 1 files changed, 33 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 90c58fb..43e3e47 100644 --- a/package.json +++ b/package.json @@ -3,38 +3,47 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "run-p type-check build-only", + "build:old": "run-p type-check build-only", + "build": "vite build", "preview": "vite preview --port 4173", "build-only": "vite build", "type-check": "vue-tsc --noEmit" }, "dependencies": { - "axios": "^1.4.0", - "countup.js": "^2.6.2", - "dayjs": "^1.11.7", - "echarts": "^5.4.2", - "element-plus": "^2.3.4", + "@amap/amap-jsapi-loader": "^1.0.1", + "@element-plus/icons-vue": "^2.3.1", + "@kjgl77/datav-vue3": "^1.7.2", + "axios": "^1.5.1", + "countup.js": "^2.8.0", + "dayjs": "^1.11.10", + "echarts": "^5.4.3", + "echarts-gl": "^2.0.9", + "element-plus": "^2.3.14", "mockjs": "^1.1.0", - "pinia": "^2.0.35", - "vue": "^3.2.47", - "vue-echarts": "^6.5.5", - "vue-router": "^4.1.6" + "pinia": "^2.1.6", + "swiper": "^11.0.7", + "viewerjs": "^1.11.6", + "vue": "^3.3.4", + "vue-echarts": "^6.6.1", + "vue-router": "^4.2.5", + "vue-seamless-scroll": "^1.1.23" }, "devDependencies": { - "@types/mockjs": "^1.0.7", - "@types/node": "^20.1.0", - "@vitejs/plugin-vue": "^4.2.1", - "@vue/tsconfig": "^0.3.2", - "autoprefixer": "^10.4.14", + "@types/mockjs": "^1.0.8", + "@types/node": "^20.8.4", + "@vitejs/plugin-vue": "^4.4.0", + "@vue/tsconfig": "^0.4.0", + "@vueuse/core": "^10.5.0", + "autoprefixer": "^10.4.16", "npm-run-all": "^4.1.5", - "postcss": "^8.4.23", - "sass": "^1.62.1", - "tailwindcss": "^3.3.2", - "typescript": "~5.0.4", - "unplugin-auto-import": "^0.15.3", - "unplugin-element-plus": "^0.7.1", - "unplugin-vue-components": "^0.24.1", - "vite": "^4.3.5", - "vue-tsc": "^1.6.4" + "postcss": "^8.4.31", + "sass": "^1.69.2", + "tailwindcss": "^3.3.3", + "typescript": "~5.2.2", + "unplugin-auto-import": "^0.16.6", + "unplugin-element-plus": "^0.8.0", + "unplugin-vue-components": "^0.25.2", + "vite": "^4.4.11", + "vue-tsc": "^1.8.18" } } -- Gitblit v1.8.0