* revert me later * let's see if this builds * fix dupe proc * fix: v10 works * fix type error * fix type error * fix type errors * fix more * add example procedure * spreading not needed * Update yarn.lock * Revert "revert me later" This reverts commit 0c8c15d0577e0c287223039c7b6958b2b0c12c69. Co-authored-by: Chris Bautista <chrisbautista@netflix.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Omar López <zomars@me.com> Co-authored-by: Alex van Andel <me@alexvanandel.com>
18 lines
456 B
JSON
18 lines
456 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-proxy-beta.5",
|
|
"@trpc/next": "^10.0.0-proxy-beta.5",
|
|
"@trpc/react": "^10.0.0-proxy-beta.5",
|
|
"@trpc/server": "^10.0.0-proxy-beta.5",
|
|
"superjson": "1.9.1",
|
|
"zod": "^3.18.0"
|
|
}
|
|
}
|