From 158e4bbd8624dd5210d5868a5d342f302b530b6a Mon Sep 17 00:00:00 2001 From: 刘嘉威 <daidaibg@163.com> Date: 星期一, 10 七月 2023 15:48:13 +0800 Subject: [PATCH] docs: update 文档 --- package.json | 40 +++++++++++++++++++++------------------- 1 files changed, 21 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 90c58fb..7e20e0b 100644 --- a/package.json +++ b/package.json @@ -3,38 +3,40 @@ "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", + "countup.js": "^2.7.0", + "dayjs": "^1.11.9", "echarts": "^5.4.2", - "element-plus": "^2.3.4", + "element-plus": "^2.3.7", "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.4", + "vue": "^3.3.4", + "vue-echarts": "^6.6.0", + "vue-router": "^4.2.4" }, "devDependencies": { "@types/mockjs": "^1.0.7", - "@types/node": "^20.1.0", - "@vitejs/plugin-vue": "^4.2.1", - "@vue/tsconfig": "^0.3.2", + "@types/node": "^20.4.1", + "@vitejs/plugin-vue": "^4.2.3", + "@vue/tsconfig": "^0.4.0", + "@vueuse/core": "^10.2.1", "autoprefixer": "^10.4.14", "npm-run-all": "^4.1.5", - "postcss": "^8.4.23", - "sass": "^1.62.1", + "postcss": "^8.4.25", + "sass": "^1.63.6", "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" + "typescript": "~5.1.6", + "unplugin-auto-import": "^0.16.6", + "unplugin-element-plus": "^0.7.2", + "unplugin-vue-components": "^0.25.1", + "vite": "^4.4.2", + "vue-tsc": "^1.8.4" } } -- Gitblit v1.8.0