-
-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "@orpc/nest-playground",
"version": "1.13.6",
"private": true,
"scripts": {
"preview": "nest build && unbuild --stub && node dist/main.mjs",
"start:dev": "nest start --watch",
"type:check": "tsc --noEmit"
},
"devDependencies": {
"@nestjs/cli": "^11.0.16",
"@nestjs/common": "^11.1.16",
"@nestjs/core": "^11.1.16",
"@nestjs/platform-express": "^11.1.16",
"@nestjs/schematics": "^11.0.9",
"@orpc/client": "next",
"@orpc/contract": "next",
"@orpc/json-schema": "next",
"@orpc/nest": "next",
"@orpc/openapi": "next",
"@orpc/openapi-client": "next",
"@orpc/tanstack-query": "next",
"@orpc/zod": "next",
"@swc/cli": "^0.8.0",
"@swc/core": "^1.15.18",
"@tanstack/react-query": "^5.90.21",
"@types/express": "^5.0.6",
"@types/node": "^22.19.3",
"globals": "^17.4.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"source-map-support": "^0.5.21",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.9.3",
"unbuild": "^3.6.1",
"zod": "^4.3.6"
}
}