diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6e10658..6c0be62 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,6 @@ "@vitejs/plugin-vue": "^5.0.3", "autoprefixer": "^10.4.21", "eslint": "^8.57.0", - "eslint-plugin-tailwindcss": "^3.18.0", "eslint-plugin-vue": "^9.22.0", "postcss": "^8.5.3", "tailwindcss": "^3.4.17", @@ -2641,23 +2640,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint-plugin-tailwindcss": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.18.0.tgz", - "integrity": "sha512-PQDU4ZMzFH0eb2DrfHPpbgo87Zgg2EXSMOj1NSfzdZm+aJzpuwGerfowMIaVehSREEa0idbf/eoNYAOHSJoDAQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-glob": "^3.2.5", - "postcss": "^8.4.4" - }, - "engines": { - "node": ">=18.12.0" - }, - "peerDependencies": { - "tailwindcss": "^3.4.0" - } - }, "node_modules/eslint-plugin-vue": { "version": "9.33.0", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.33.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index f437e81..80aeec2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,6 @@ "@vitejs/plugin-vue": "^5.0.3", "autoprefixer": "^10.4.21", "eslint": "^8.57.0", - "eslint-plugin-tailwindcss": "^3.18.0", "eslint-plugin-vue": "^9.22.0", "postcss": "^8.5.3", "tailwindcss": "^3.4.17",