fork of hey-api/openapi-ts because I need some additional things
1{
2 "name": "@example/openapi-ts-ofetch",
3 "private": true,
4 "version": "0.0.1",
5 "type": "module",
6 "scripts": {
7 "build": "vite build",
8 "dev": "vite",
9 "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx --fix --ignore-path .gitignore",
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 "@config/vite-base": "workspace:*",
20 "@hey-api/openapi-ts": "workspace:*",
21 "@rushstack/eslint-patch": "1.10.5",
22 "@tsconfig/node20": "20.1.4",
23 "@types/jsdom": "21.1.7",
24 "@types/node": "22.10.5",
25 "@vitejs/plugin-vue": "6.0.1",
26 "@vitejs/plugin-vue-jsx": "4.1.1",
27 "@vue/eslint-config-prettier": "10.1.0",
28 "@vue/eslint-config-typescript": "14.2.0",
29 "@vue/test-utils": "2.4.6",
30 "@vue/tsconfig": "0.7.0",
31 "autoprefixer": "10.4.20",
32 "eslint": "9.17.0",
33 "eslint-plugin-vue": "9.32.0",
34 "jsdom": "23.0.0",
35 "npm-run-all2": "6.2.0",
36 "postcss": "8.4.41",
37 "prettier": "3.4.2",
38 "tailwindcss": "3.4.9",
39 "typescript": "5.8.3",
40 "vite": "7.1.2",
41 "vite-plugin-vue-devtools": "8.0.2",
42 "vitest": "3.1.1",
43 "vue-tsc": "3.0.8"
44 }
45}