fork of hey-api/openapi-ts because I need some additional things
1{
2 "name": "@test/playground",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "tsx ./playground.ts"
8 },
9 "devDependencies": {
10 "@angular/common": "21.1.2",
11 "@angular/core": "21.1.2",
12 "@hey-api/codegen-core": "workspace:*",
13 "@hey-api/openapi-python": "workspace:*",
14 "@hey-api/openapi-ts": "workspace:*",
15 "@msw/source": "0.6.1",
16 "@opencode-ai/sdk": "1.3.13",
17 "@orpc/contract": "1.13.13",
18 "@pinia/colada": "0.19.1",
19 "@tanstack/angular-query-experimental": "5.90.25",
20 "@tanstack/preact-query": "5.93.0",
21 "@tanstack/react-query": "5.90.21",
22 "@tanstack/solid-query": "5.90.26",
23 "@tanstack/svelte-query": "5.90.2",
24 "@tanstack/vue-query": "5.92.9",
25 "arktype": "2.2.0",
26 "msw": "2.12.14",
27 "nuxt": "3.21.0",
28 "swr": "2.4.1",
29 "tsx": "4.21.0",
30 "typescript": "5.9.3",
31 "valibot": "1.3.1",
32 "vue": "3.5.25",
33 "zod": "4.3.6"
34 },
35 "engines": {
36 "node": ">=22.13.0"
37 }
38}