forked from trpc/trpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@trpc/tests",
"private": true,
"scripts": {
"codegen:bigBoi": "tsx ../../scripts/generateBigBoi.ts",
"codegen-tests": "run-p codegen:*",
"lint": "eslint --cache --ext .ts,.tsx --ignore-path ../../.gitignore .",
"test-run:tsc": "tsc --noEmit --pretty",
"ts-watch": "tsc --watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.0.0",
"@fastify/busboy": "^2.0.0",
"@fastify/websocket": "^10.0.1",
"@miniflare/core": "^2.9.0",
"@tanstack/react-query": "^5.25.0",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "^10.45.1",
"@types/node": "^20.10.0",
"@typeschema/valibot": "^0.13.0",
"abort-controller": "^3.0.0",
"arktype": "1.0.14-alpha",
"dataloader": "^2.2.2",
"devalue": "^4.0.0",
"eslint": "^8.56.0",
"fastify": "^4.16.0",
"fastify-plugin": "^4.5.0",
"jsdom": "^24.0.0",
"konn": "^0.7.0",
"miniflare": "^2.4.0",
"myzod": "^1.3.1",
"next": "^14.1.4",
"node-fetch": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"runtypes": "^6.6.0",
"scale-codec": "^0.13.0",
"superstruct": "^1.0.0",
"tsx": "^4.0.0",
"tupleson": "0.23.1",
"typescript": "^5.4.0",
"valibot": "^0.30.0",
"ws": "^8.0.0",
"yup": "^1.0.0",
"zod-form-data": "^2.0.1"
}
}