forked from trpc/trpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.37 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@trpc/tests",
"version": "10.43.3",
"private": true,
"scripts": {
"codegen:bigBoi": "tsx ../../scripts/generateBigBoi.ts",
"codegen:bigLegacyRouter": "tsx ../../scripts/generateBigLegacyRouter.ts",
"codegen-tests": "run-p codegen:*",
"lint": "eslint --cache --ext .ts,.tsx --ignore-path ../../.gitignore --report-unused-disable-directives .",
"test": "concurrently -P -c \"green,blue\" \"npm:test-run:vitest -- {@}\" npm:test-run:tsc",
"test-run:vitest": "vitest --run",
"test-run:tsc": "tsc --noEmit --pretty",
"test-watch": "concurrently -P -c \"green,blue\" \"npm:test-watch:vitest -- {@}\" npm:test-watch:tsc",
"test-watch:vitest": "vitest",
"test-watch:tsc": "tsc --noEmit --pretty --watch",
"test-ci": "concurrently \"CI=true vitest --coverage\" npm:test-run:tsc",
"test-ui": "vitest --ui"
},
"dependencies": {
"@cloudflare/workers-types": "^4.0.0",
"@decs/typeschema": "^0.12.0",
"@effect/schema": "^0.48.0",
"@fastify/busboy": "^2.0.0",
"@fastify/websocket": "^7.1.2",
"@miniflare/core": "^2.9.0",
"@tanstack/react-query": "^4.18.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.43.3",
"@trpc/next": "10.43.3",
"@trpc/react-query": "10.43.3",
"@trpc/server": "10.43.3",
"@types/node": "^18.16.16",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitest/coverage-istanbul": "^0.32.0",
"@vitest/ui": "^0.32.0",
"abort-controller": "^3.0.0",
"arktype": "1.0.14-alpha",
"concurrently": "^8.0.0",
"dataloader": "^2.2.2",
"devalue": "^4.0.0",
"eslint": "^8.40.0",
"fastify": "^4.13.0",
"fastify-plugin": "^4.5.0",
"jsdom": "^21.1.0",
"konn": "^0.7.0",
"miniflare": "^2.4.0",
"myzod": "^1.3.1",
"next": "^14.0.1",
"node-fetch": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"runtypes": "^6.6.0",
"scale-codec": "^0.13.0",
"superjson": "^1.12.4",
"superstruct": "^1.0.0",
"tsx": "^4.0.0",
"tupleson": "0.23.1",
"typescript": "^5.1.3",
"valibot": "^0.20.0",
"vite": "^4.1.2",
"vitest": "^0.32.0",
"vitest-environment-miniflare": "^2.12.0",
"ws": "^8.0.0",
"yup": "^1.0.0",
"zod": "^3.0.0",
"zod-form-data": "^2.0.1"
}
}