From 12c06e9eee22629118a58af2918f9d92cbe5ec6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 6 Mar 2026 08:35:53 +0800 Subject: [PATCH] Remove duplicate autoprefixer, postcss, tailwindcss from dependencies Co-Authored-By: Claude Opus 4.6 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index d54a3d5..41c9dff 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { - "autoprefixer": "^10.4.13", "axios": "^1.7.2", "chart.js": "^4.3.0", "chartjs-adapter-date-fns": "^3.0.0", @@ -37,10 +36,8 @@ "npx": "^10.2.2", "pinia": "^2.0.28", "pinia-plugin-persistedstate": "^3.2.3", - "postcss": "^8.4.20", "primeicons": "^6.0.1", "primevue": "^3.53.0", - "tailwindcss": "^3.2.4", "tippy.js": "^6.3.7", "vue": "^3.2.45", "vue-axios": "^3.5.2",