-
-
Notifications
You must be signed in to change notification settings - Fork 356
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 949 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 949 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
32
33
34
35
{
"name": "@test/playground",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx ./playground.ts"
},
"devDependencies": {
"@angular/common": "21.2.7",
"@angular/core": "21.2.7",
"@hey-api/codegen-core": "workspace:*",
"@hey-api/openapi-python": "workspace:*",
"@hey-api/openapi-ts": "workspace:*",
"@msw/source": "0.6.1",
"@opencode-ai/sdk": "1.3.13",
"@orpc/contract": "1.13.14",
"@pinia/colada": "0.19.1",
"@tanstack/angular-query-experimental": "5.90.25",
"@tanstack/preact-query": "5.93.0",
"@tanstack/react-query": "5.90.21",
"@tanstack/solid-query": "5.90.26",
"@tanstack/svelte-query": "5.90.2",
"@tanstack/vue-query": "5.92.9",
"arktype": "2.2.0",
"msw": "2.12.14",
"nuxt": "3.21.0",
"swr": "2.4.1",
"tsx": "4.21.0",
"typescript": "6.0.2",
"valibot": "1.3.1",
"vue": "3.5.25",
"zod": "4.3.6"
}
}