-
-
Notifications
You must be signed in to change notification settings - Fork 356
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 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
41
42
43
44
45
46
47
48
{
"name": "@test/openapi-ts",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsgo --noEmit"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.6",
"@angular/animations": "21.2.7",
"@angular/cli": "21.2.6",
"@angular/common": "21.2.7",
"@angular/compiler": "21.2.7",
"@angular/compiler-cli": "21.2.7",
"@angular/core": "21.2.7",
"@angular/forms": "21.2.7",
"@angular/platform-browser": "21.2.7",
"@angular/platform-browser-dynamic": "21.2.7",
"@angular/router": "21.2.7",
"@hey-api/codegen-core": "workspace:*",
"@hey-api/custom-client": "workspace:*",
"@hey-api/openapi-ts": "workspace:*",
"@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.23",
"@tanstack/svelte-query": "5.90.2",
"@tanstack/vue-query": "5.92.9",
"@types/cross-spawn": "6.0.6",
"ajv": "8.17.1",
"arktype": "2.1.29",
"axios": "1.13.4",
"cross-spawn": "7.0.6",
"eslint": "9.39.2",
"fastify": "5.7.4",
"ky": "1.14.3",
"node-fetch": "3.3.2",
"nuxt": "3.14.1592",
"ofetch": "1.5.1",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"typescript": "6.0.2",
"vue": "3.5.25",
"zod": "4.3.6"
}
}