-
-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "@orpc/tanstack-start-playground",
"type": "module",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"type:check": "tsc --noEmit"
},
"devDependencies": {
"@orpc/client": "next",
"@orpc/json-schema": "next",
"@orpc/openapi": "next",
"@orpc/react": "next",
"@orpc/server": "next",
"@orpc/tanstack-query": "next",
"@orpc/zod": "next",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"@tanstack/react-router": "^1.166.3",
"@tanstack/react-router-devtools": "^1.166.3",
"@tanstack/react-router-ssr-query": "^1.166.3",
"@tanstack/react-start": "^1.166.3",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1",
"zod": "^4.3.6"
}
}