* migrate router * createTRPCReact * frontend 1 * random format change * frontend 2 * withQuery * form router * TS-ERROR: proxy on utils-client * inferance * ssg * reuse * trpc rc4 * Apply suggestions from code review * skip test * move skip one level up * whops * rc 6 with new setData func Co-authored-by: zomars <zomars@me.com>
18 lines
430 B
JSON
18 lines
430 B
JSON
{
|
|
"name": "@calcom/trpc",
|
|
"sideEffects": false,
|
|
"description": "Shared tRPC library for Cal.com",
|
|
"authors": "zomars",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^4.3.9",
|
|
"@trpc/client": "^10.0.0-rc.6",
|
|
"@trpc/next": "^10.0.0-rc.6",
|
|
"@trpc/react-query": "^10.0.0-rc.6",
|
|
"@trpc/server": "^10.0.0-rc.6",
|
|
"superjson": "1.9.1",
|
|
"zod": "^3.19.1"
|
|
}
|
|
}
|