mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
22 lines
444 B
JSON
22 lines
444 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.0.0-rc.2",
|
|
"@trpc/server": "10.0.0-rc.2",
|
|
"superjson": "^1.11.0",
|
|
"trpc-nuxt": "workspace:*",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"nuxt": "3.0.0-rc.12"
|
|
}
|
|
}
|