refactor: rely on Nuxt UI Tailwind integration; remove custom postcss/tailwind deps; simplify CSS imports

This commit is contained in:
Jennie Robinson Faber 2025-08-09 13:20:45 +01:00
parent 9fa76c5c85
commit 8892d2e2a5
5 changed files with 2179 additions and 30 deletions

View file

@ -24,11 +24,10 @@
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.8.0",
"@playwright/test": "^1.54.2",
"@tailwindcss/postcss": "^4.1.11",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}