fix(cli): Update Nuxt template dependencies and add TailwindCSS

This commit is contained in:
Aman Varshney
2025-07-31 11:57:10 +05:30
parent dc6f6eb860
commit 17389ac381
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Update Nuxt template deps and add tailwind as dep

View File

@@ -10,11 +10,12 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "3.2.0",
"@nuxt/ui": "3.3.0",
"@tanstack/vue-query": "^5.83.0",
"nuxt": "^4.0.0",
"typescript": "^5.6.3",
"vue": "^3.5.17",
"nuxt": "^4.0.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"zod": "^4.0.2"
},