From 55b49a69cf2267eb39b2b506aed5a93b51d5d528 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 29 二月 2024 13:51:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- package.json | 89 ++++++++++++++++++-------------------------- 1 files changed, 36 insertions(+), 53 deletions(-) diff --git a/package.json b/package.json index 97b4f66..dd736d4 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,46 @@ { - "name": "vite-boot", - "version": "0.0.1", - "private": true, - "packageManager": "pnpm@7.11.0", - "description": "Vite starter template with TailwindCSS", - "keywords": [ - "viteBoot", - "vite-boot", - "vite", - "tailwindcss", - "fast", - "boot" - ], - "main": "src/main.ts", + "name": "test", + "version": "0.0.0", "scripts": { "dev": "vite", + "build:old": "run-p type-check build-only", "build": "vite build", - "typecheck": "vue-tsc --noEmit", - "preview": "vite preview", - "lint": "eslint .", - "lint:fix": "eslint . --fix", - "prepare": "husky install" + "preview": "vite preview --port 4173", + "build-only": "vite build", + "type-check": "vue-tsc --noEmit" }, "dependencies": { - "@vueuse/core": "^9.2.0", - "daisyui": "^2.31.0", - "nprogress": "^0.2.0", - "pinia": "^2.0.22", - "sass": "^1.55.0", - "theme-change": "^2.2.0", - "vue": "^3.2.39", - "vue-router": "^4.1.5" + "@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", + "element-plus": "^2.3.14", + "mockjs": "^1.1.0", + "pinia": "^2.1.6", + "swiper": "^11.0.7", + "vue": "^3.3.4", + "vue-echarts": "^6.6.1", + "vue-router": "^4.2.5" }, "devDependencies": { - "@commitlint/cli": "^17.1.2", - "@commitlint/config-conventional": "^17.1.0", - "@kirklin/eslint-config": "^0.1.3", - "@tailwindcss/aspect-ratio": "^0.4.2", - "@tailwindcss/forms": "^0.5.3", - "@tailwindcss/line-clamp": "^0.4.2", - "@tailwindcss/typography": "^0.5.7", - "@types/node": "^18.7.18", - "@types/nprogress": "^0.2.0", - "@vitejs/plugin-vue": "^3.1.0", - "autoprefixer": "^10.4.12", - "eslint": "^8.23.1", - "eslint-plugin-tailwindcss": "^3.6.2", - "husky": "^8.0.1", - "lint-staged": "^13.0.3", - "pnpm": "^7.12.2", - "postcss": "^8.4.16", - "tailwindcss": "^3.1.8", - "typescript": "^4.8.3", - "unplugin-auto-import": "^0.11.2", - "unplugin-vue-components": "^0.22.7", - "vite": "^3.1.3", - "vue-tsc": "^0.40.13" - }, - "lint-staged": { - "*.{ts,tsx,vue,js,jsx}": "eslint --cache --fix" + "@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.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