-
-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 Bytes
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
{
"name": "@orpc/astro-playground",
"type": "module",
"version": "1.13.9",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"type:check": "astro check"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/react": "^4.4.2",
"@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.91.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.18.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "~5.9.3",
"zod": "^4.3.6"
}
}