fork of hey-api/openapi-ts because I need some additional things
at main 40 lines 1.1 kB view raw
1{ 2 "name": "@example/openapi-ts-axios", 3 "private": true, 4 "version": "0.0.35", 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 "axios": "1.8.2", 19 "react": "19.0.0", 20 "react-dom": "19.0.0" 21 }, 22 "devDependencies": { 23 "@config/vite-base": "workspace:*", 24 "@hey-api/openapi-ts": "workspace:*", 25 "@types/react-dom": "19.0.1", 26 "@types/react": "19.0.1", 27 "@typescript-eslint/eslint-plugin": "8.29.1", 28 "@typescript-eslint/parser": "8.29.1", 29 "@vitejs/plugin-react": "4.4.0-beta.1", 30 "autoprefixer": "10.4.19", 31 "eslint": "9.17.0", 32 "eslint-plugin-react-hooks": "5.2.0", 33 "eslint-plugin-react-refresh": "0.4.7", 34 "postcss": "8.4.41", 35 "prettier": "3.4.2", 36 "tailwindcss": "3.4.9", 37 "typescript": "5.8.3", 38 "vite": "7.1.2" 39 } 40}