fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 52 lines 1.4 kB view raw
1{ 2 "name": "@test/openapi-ts", 3 "version": "0.0.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "typecheck": "tsc --noEmit" 8 }, 9 "devDependencies": { 10 "@angular-devkit/build-angular": "21.1.2", 11 "@angular/animations": "21.1.2", 12 "@angular/cli": "21.1.2", 13 "@angular/common": "21.1.2", 14 "@angular/compiler": "21.1.2", 15 "@angular/compiler-cli": "21.1.2", 16 "@angular/core": "21.1.2", 17 "@angular/forms": "21.1.2", 18 "@angular/platform-browser": "21.1.2", 19 "@angular/platform-browser-dynamic": "21.1.2", 20 "@angular/router": "21.1.2", 21 "@hey-api/codegen-core": "workspace:*", 22 "@hey-api/custom-client": "workspace:*", 23 "@hey-api/openapi-ts": "workspace:*", 24 "@pinia/colada": "0.19.1", 25 "@tanstack/angular-query-experimental": "5.73.3", 26 "@tanstack/react-query": "5.73.3", 27 "@tanstack/solid-query": "5.73.3", 28 "@tanstack/svelte-query": "5.73.3", 29 "@tanstack/vue-query": "5.73.3", 30 "@types/cross-spawn": "6.0.6", 31 "ajv": "8.17.1", 32 "arktype": "2.1.29", 33 "axios": "1.13.4", 34 "cross-spawn": "7.0.6", 35 "eslint": "9.39.1", 36 "fastify": "5.7.4", 37 "ky": "1.14.3", 38 "node-fetch": "3.3.2", 39 "nuxt": "3.14.1592", 40 "ofetch": "1.5.1", 41 "rxjs": "7.8.2", 42 "ts-node": "10.9.2", 43 "tslib": "2.8.1", 44 "typescript": "5.9.3", 45 "valibot": "1.2.0", 46 "vue": "3.5.25", 47 "zod": "4.3.6" 48 }, 49 "engines": { 50 "node": ">=20.19.0" 51 } 52}