mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
* chore: updated zod Signed-off-by: Adithya Krishna <aadithya794@gmail.com> --------- Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
22 lines
480 B
JSON
22 lines
480 B
JSON
{
|
|
"name": "@documenso/trpc",
|
|
"version": "1.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/lib": "*",
|
|
"@documenso/prisma": "*",
|
|
"@tanstack/react-query": "^4.32.0",
|
|
"@trpc/client": "^10.36.0",
|
|
"@trpc/next": "^10.36.0",
|
|
"@trpc/react-query": "^10.36.0",
|
|
"@trpc/server": "^10.36.0",
|
|
"superjson": "^1.13.1",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|