-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.61 KB
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",
"version": "10.9.1",
"private": true,
"scripts": {
"codegen:bigBoi": "tsx ../../scripts/generateBigBoi.ts",
"codegen:bigLegacyRouter": "tsx ../../scripts/generateBigLegacyRouter.ts",
"lint": "eslint --ext .ts,.tsx --ignore-path ../../.gitignore --report-unused-disable-directives .",
"test": "jest",
"test-watch": "jest --watch",
"test-ci": "jest --ci --maxWorkers=2 --coverage"
},
"dependencies": {
"@cloudflare/workers-types": "^3.14.1",
"@fastify/websocket": "^5.0.0",
"@miniflare/core": "^2.9.0",
"@tanstack/react-query": "^4.3.8",
"@testing-library/dom": "^8.18.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@trpc/client": "10.9.1",
"@trpc/next": "10.9.1",
"@trpc/react-query": "^10.9.1",
"@trpc/server": "10.9.1",
"@types/jest": "^27.0.1",
"@types/node": "^18.7.20",
"@types/node-fetch": "^2.5.11",
"@types/testing-library__jest-dom": "^5.14.5",
"abort-controller": "^3.0.0",
"devalue": "^2.0.1",
"eslint": "^8.30.0",
"expect-type": "^0.15.0",
"fastify": "^3.27.1",
"fastify-plugin": "^3.0.1",
"jest": "^27.1.0",
"jest-environment-miniflare": "^2.4.0",
"konn": "^0.7.0",
"miniflare": "^2.4.0",
"myzod": "^1.3.1",
"next": "^13.0.0",
"node-fetch": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"superjson": "^1.7.4",
"superstruct": "^0.16.0",
"ts-jest": "^27.0.5",
"tsx": "^3.9.0",
"typescript": "^4.8.3",
"yup": "^0.32.8",
"zod": "^3.0.0"
}
}