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