2023-06-09 18:21:18 +10:00
|
|
|
{
|
|
|
|
|
"name": "@documenso/trpc",
|
2024-07-05 14:24:40 +10:00
|
|
|
"version": "0.0.0",
|
2023-06-09 18:21:18 +10:00
|
|
|
"main": "./index.ts",
|
|
|
|
|
"types": "./index.ts",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
2023-11-14 14:31:45 +05:30
|
|
|
"lint": "eslint .",
|
|
|
|
|
"lint:fix": "eslint . --fix",
|
2023-09-21 21:34:24 +10:00
|
|
|
"clean": "rimraf node_modules"
|
2023-06-09 18:21:18 +10:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-06-21 23:49:23 +10:00
|
|
|
"@documenso/lib": "*",
|
|
|
|
|
"@documenso/prisma": "*",
|
2025-01-19 22:07:02 +11:00
|
|
|
"@tanstack/react-query": "5.59.15",
|
|
|
|
|
"@trpc/client": "11.0.0-rc.648",
|
|
|
|
|
"@trpc/react-query": "11.0.0-rc.648",
|
|
|
|
|
"@trpc/server": "11.0.0-rc.648",
|
2023-11-22 15:03:15 +02:00
|
|
|
"@ts-rest/core": "^3.30.5",
|
2023-11-24 16:58:18 +11:00
|
|
|
"luxon": "^3.4.0",
|
2023-08-01 17:34:17 +10:00
|
|
|
"superjson": "^1.13.1",
|
2025-01-19 22:07:02 +11:00
|
|
|
"trpc-to-openapi": "2.0.4",
|
2023-11-24 16:58:18 +11:00
|
|
|
"ts-pattern": "^5.0.5",
|
2024-12-18 15:01:57 +11:00
|
|
|
"zod": "3.24.1"
|
2024-12-05 22:14:47 +09:00
|
|
|
}
|
2025-02-13 20:56:44 +11:00
|
|
|
}
|