From 348d29c1cd601e269eae92e6ec55d31e77b3ecd0 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 23 十一月 2023 13:21:46 +0800 Subject: [PATCH] 修改指标排序界面相关逻辑 --- package.json | 45 ++++++++++++++++++++------------------------- 1 files changed, 20 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 568d68e..1bd5609 100644 --- a/package.json +++ b/package.json @@ -4,43 +4,38 @@ "private": true, "scripts": { "dev": "vite", - "build": "run-p type-check build-only", + "build": "vite build", "preview": "vite preview", - "build-only": "vite build", - "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", "format": "prettier --write src/" }, "dependencies": { "@element-plus/icons-vue": "^2.1.0", - "@vueuse/core": "^10.4.1", "axios": "^1.4.0", - "axiosInstance": "^1.4.0", + "canvas": "^2.11.2", "dayjs": "^1.11.9", "echarts": "^5.4.3", - "element-plus": "^2.3.6", + "element-plus": "^2.3.12", "js-cookie": "^3.0.1", - "pinia": "^2.1.3", - "sass": "^1.63.4", + "js-md5": "^0.7.3", + "pinia": "^2.1.7", + "sass": "^1.66.1", + "unplugin-icons": "^0.17.0", "vue": "^3.3.4", - "vue-router": "^4.2.2", + "vue-puzzle-vcode": "^1.1.10", + "vue-router": "^4.2.4", "xlsx": "^0.18.5" }, "devDependencies": { - "@iconify-json/ep": "^1.1.10", - "@rushstack/eslint-patch": "^1.2.0", - "@vitejs/plugin-vue": "^4.2.3", - "@vue/eslint-config-prettier": "^7.1.0", - "@vue/eslint-config-typescript": "^11.0.3", - "eslint": "^8.39.0", - "eslint-plugin-vue": "^9.11.0", - "npm-run-all": "^4.1.5", - "prettier": "^2.8.8", - "typescript": "~5.0.4", - "unplugin-auto-import": "^0.16.4", - "unplugin-icons": "^0.16.3", - "unplugin-vue-components": "^0.25.1", - "vite": "^4.3.9", - "vite-plugin-vue-devtools": "^0.4.12" + "@iconify-json/ep": "^1.1.12", + "@rushstack/eslint-patch": "^1.3.2", + "@vitejs/plugin-vue": "^4.3.1", + "@vue/eslint-config-prettier": "^8.0.0", + "eslint": "^8.46.0", + "eslint-plugin-vue": "^9.16.1", + "prettier": "^3.0.0", + "unplugin-auto-import": "^0.16.6", + "unplugin-vue-components": "^0.25.2", + "vite": "^4.4.9" } } -- Gitblit v1.9.3