fork of hey-api/openapi-ts because I need some additional things
at main 39 lines 1.1 kB view raw
1{ 2 "name": "@example/openapi-ts-fetch", 3 "private": true, 4 "version": "0.0.57", 5 "type": "module", 6 "scripts": { 7 "build": "tsc && vite build", 8 "dev": "vite", 9 "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", 10 "openapi-ts": "openapi-ts", 11 "preview": "vite preview", 12 "typecheck": "tsc --noEmit" 13 }, 14 "dependencies": { 15 "@radix-ui/react-form": "0.1.1", 16 "@radix-ui/react-icons": "1.3.2", 17 "@radix-ui/themes": "3.1.6", 18 "react": "19.0.0", 19 "react-dom": "19.0.0" 20 }, 21 "devDependencies": { 22 "@config/vite-base": "workspace:*", 23 "@hey-api/openapi-ts": "workspace:*", 24 "@types/react": "19.0.1", 25 "@types/react-dom": "19.0.1", 26 "@typescript-eslint/eslint-plugin": "8.29.1", 27 "@typescript-eslint/parser": "8.29.1", 28 "@vitejs/plugin-react": "4.4.0-beta.1", 29 "autoprefixer": "10.4.19", 30 "eslint": "9.17.0", 31 "eslint-plugin-react-hooks": "5.2.0", 32 "eslint-plugin-react-refresh": "0.4.7", 33 "postcss": "8.4.41", 34 "prettier": "3.4.2", 35 "tailwindcss": "3.4.9", 36 "typescript": "5.8.3", 37 "vite": "7.1.2" 38 } 39}