fork of hey-api/openapi-ts because I need some additional things
at main 28 lines 635 B view raw
1{ 2 "name": "@example/openapi-ts-next", 3 "private": true, 4 "version": "0.1.13", 5 "scripts": { 6 "build": "next build", 7 "dev": "next dev", 8 "lint": "next lint", 9 "openapi-ts": "openapi-ts", 10 "start": "next start" 11 }, 12 "dependencies": { 13 "next": "15.2.4", 14 "react": "19.0.0", 15 "react-dom": "19.0.0" 16 }, 17 "devDependencies": { 18 "@hey-api/openapi-ts": "workspace:*", 19 "@types/node": "22.10.5", 20 "@types/react": "19.0.1", 21 "@types/react-dom": "19.0.1", 22 "eslint": "9.17.0", 23 "eslint-config-next": "15.1.6", 24 "postcss": "8.4.41", 25 "tailwindcss": "3.4.9", 26 "typescript": "5.8.3" 27 } 28}