fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 49 lines 1.4 kB view raw
1{ 2 "name": "@example/openapi-ts-tanstack-vue-query", 3 "version": "0.0.39", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "build-only": "vite build", 8 "build": "run-p typecheck \"build-only {@}\" --", 9 "dev": "vite", 10 "format": "oxfmt src/", 11 "lint": "eslint . --fix", 12 "openapi-ts": "openapi-ts", 13 "preview": "vite preview", 14 "test:unit": "vitest", 15 "typecheck": "vue-tsc --build --force" 16 }, 17 "dependencies": { 18 "@tanstack/vue-query": "5.73.3", 19 "@tanstack/vue-query-devtools": "5.73.3", 20 "pinia": "3.0.3", 21 "vue": "3.5.13", 22 "vue-router": "4.5.0" 23 }, 24 "devDependencies": { 25 "@hey-api/openapi-ts": "workspace:*", 26 "@rushstack/eslint-patch": "1.10.5", 27 "@tsconfig/node24": "24.0.4", 28 "@types/jsdom": "27.0.0", 29 "@types/node": "24.10.10", 30 "@vitejs/plugin-vue": "6.0.4", 31 "@vitejs/plugin-vue-jsx": "5.1.4", 32 "@vue/eslint-config-typescript": "14.6.0", 33 "@vue/test-utils": "2.4.6", 34 "@vue/tsconfig": "0.8.1", 35 "autoprefixer": "10.4.20", 36 "eslint": "9.17.0", 37 "eslint-plugin-vue": "9.32.0", 38 "jsdom": "28.0.0", 39 "npm-run-all2": "6.2.0", 40 "oxfmt": "0.27.0", 41 "postcss": "8.4.41", 42 "tailwindcss": "3.4.9", 43 "typescript": "5.9.3", 44 "vite": "7.3.1", 45 "vite-plugin-vue-devtools": "8.0.2", 46 "vitest": "4.0.18", 47 "vue-tsc": "3.2.4" 48 } 49}