feat(cli): add nuxt + convex support (#458)

This commit is contained in:
Aman Varshney
2025-08-02 11:50:00 +05:30
committed by GitHub
parent cef5840852
commit 430fa41abd
19 changed files with 272 additions and 144 deletions

View File

@@ -11,7 +11,6 @@
},
"dependencies": {
"@nuxt/ui": "3.3.0",
"@tanstack/vue-query": "^5.83.0",
"nuxt": "^4.0.2",
"typescript": "^5.8.3",
"vue": "^3.5.18",
@@ -20,7 +19,6 @@
},
"devDependencies": {
"tailwindcss": "^4.1.11",
"@tanstack/vue-query-devtools": "^5.83.0",
"@iconify-json/lucide": "^1.2.57"
}
}