mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
22 lines
431 B
JSON
22 lines
431 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.1.0",
|
|
"@trpc/server": "^10.1.0",
|
|
"superjson": "^1.11.0",
|
|
"trpc-nuxt": "workspace:*",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"nuxt": "^3.0.0"
|
|
}
|
|
}
|