fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options 51 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": "tsgo --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.90.25", 26 "@tanstack/preact-query": "5.93.0", 27 "@tanstack/react-query": "5.90.21", 28 "@tanstack/solid-query": "5.90.23", 29 "@tanstack/svelte-query": "5.90.2", 30 "@tanstack/vue-query": "5.92.9", 31 "@types/cross-spawn": "6.0.6", 32 "ajv": "8.17.1", 33 "arktype": "2.1.29", 34 "axios": "1.13.4", 35 "cross-spawn": "7.0.6", 36 "eslint": "9.39.2", 37 "fastify": "5.7.4", 38 "ky": "1.14.3", 39 "node-fetch": "3.3.2", 40 "nuxt": "3.14.1592", 41 "ofetch": "1.5.1", 42 "rxjs": "7.8.2", 43 "tslib": "2.8.1", 44 "typescript": "5.9.3", 45 "vue": "3.5.25", 46 "zod": "4.3.6" 47 }, 48 "engines": { 49 "node": ">=22.13.0" 50 } 51}