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