"Working" config with tailwind 4 and shadcn nuxt

This commit is contained in:
Alexis
2025-04-16 12:14:27 +02:00
parent cc07f898ea
commit 3e973dd0e9
3 changed files with 343 additions and 61 deletions

View File

@@ -13,11 +13,13 @@
"lint:prettier": "prettier . --check"
},
"dependencies": {
"@intlify/message-compiler": "^11.1.3",
"@nuxt/eslint": "^1.1.0",
"@nuxthub/core": "^0.8.17",
"@nuxtjs/i18n": "^9.2.1",
"@phosphor-icons/vue": "^2.2.1",
"@pinia/nuxt": "^0.10.1",
"@tailwindcss/vite": "^4.1.4",
"@vueuse/core": "^12.7.0",
"@vueuse/integrations": "^12.7.0",
"@vueuse/nuxt": "^12.7.0",
@@ -28,7 +30,7 @@
"nuxt": "^3.15.4",
"pinia": "^3.0.1",
"radix-vue": "^1.9.16",
"shadcn-nuxt": "^0.11.4",
"shadcn-nuxt": "^2.0.1",
"sortablejs": "^1.15.6",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",