use h3 instead of trpc

This commit is contained in:
2023-12-09 21:26:41 +01:00
parent f0aa9ebdf4
commit ba067cf533
25 changed files with 1395 additions and 940 deletions

View File

@@ -13,38 +13,32 @@
},
"dependencies": {
"@nuxt/content": "2.9.0",
"@nuxt/image": "1.0.0",
"@nuxt/ui": "^2.10.0",
"@nuxt/image": "1.1.0",
"@nuxt/ui": "2.11.0",
"@pinia/nuxt": "0.5.1",
"@prisma/client": "^5.6.0",
"@tresjs/nuxt": "^1.2.2",
"@trpc/client": "10.43.3",
"@trpc/server": "10.43.3",
"@prisma/client": "5.7.0",
"@vercel/analytics": "1.1.1",
"@vueuse/motion": "2.0.0",
"pinia": "2.1.7",
"postcss-custom-properties": "13.3.2",
"sass": "1.69.5",
"superjson": "2.2.1",
"tailwindcss": "3.3.5",
"three": "^0.158.0",
"trpc-nuxt": "0.10.12",
"zod": "3.22.4"
"tailwindcss": "3.3.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.0",
"@iconify/json": "2.2.140",
"@nuxt/devtools": "1.0.1",
"@nuxthq/studio": "1.0.3",
"@antfu/eslint-config": "2.4.2",
"@iconify/json": "2.2.153",
"@nuxthq/studio": "1.0.5",
"@pinia-plugin-persistedstate/nuxt": "1.2.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.9.0",
"@vueuse/core": "10.6.0",
"@vueuse/nuxt": "10.6.0",
"eslint": "8.53.0",
"nuxt": "3.8.1",
"nuxt-icon": "0.5.0",
"prisma": "^5.6.0",
"typescript": "5.2.2"
"@types/node": "20.10.4",
"@vueuse/core": "10.7.0",
"@vueuse/nuxt": "10.7.0",
"eslint": "8.55.0",
"nuxt": "3.8.2",
"nuxt-auth-utils": "^0.0.10",
"prisma": "5.7.0",
"typescript": "5.3.3"
}
}