mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
23 lines
464 B
JSON
23 lines
464 B
JSON
{
|
|
"name": "playground",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@trpc/client": "^10.20.0",
|
|
"@trpc/server": "^10.20.0",
|
|
"superjson": "^1.12.2",
|
|
"trpc-nuxt": "workspace:*",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.11",
|
|
"nuxt": "3.4.1"
|
|
}
|
|
}
|