2022-07-22 17:27:06 +00:00
|
|
|
{
|
|
|
|
"name": "@calcom/trpc",
|
2022-08-11 16:36:30 +00:00
|
|
|
"sideEffects": false,
|
2022-07-22 17:27:06 +00:00
|
|
|
"description": "Shared tRPC library for Cal.com",
|
|
|
|
"authors": "zomars",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.ts",
|
|
|
|
"dependencies": {
|
2022-09-29 16:58:29 +00:00
|
|
|
"@tanstack/react-query": "^4.3.9",
|
2022-11-10 23:40:01 +00:00
|
|
|
"@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",
|
2022-07-22 17:27:06 +00:00
|
|
|
"superjson": "1.9.1",
|
2022-10-19 19:28:54 +00:00
|
|
|
"zod": "^3.19.1"
|
2022-07-22 17:27:06 +00:00
|
|
|
}
|
|
|
|
}
|