mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add nuxt and expo with orpc
This commit is contained in:
25
apps/cli/templates/frontend/nuxt/package.json
Normal file
25
apps/cli/templates/frontend/nuxt/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "web",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "3.0.2",
|
||||
"@tanstack/vue-query": "^5.74.5",
|
||||
"nuxt": "^3.16.2",
|
||||
"typescript": "^5.6.3",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tanstack/vue-query-devtools": "^5.74.5",
|
||||
"@iconify-json/lucide": "^1.2.38"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user