{ "name": "@example/openapi-ts-next", "private": true, "version": "0.1.13", "scripts": { "build": "next build", "dev": "next dev", "lint": "next lint", "openapi-ts": "openapi-ts", "start": "next start" }, "dependencies": { "next": "15.2.4", "react": "19.0.0", "react-dom": "19.0.0" }, "devDependencies": { "@hey-api/openapi-ts": "workspace:*", "@types/node": "22.10.5", "@types/react": "19.0.1", "@types/react-dom": "19.0.1", "eslint": "9.17.0", "eslint-config-next": "15.1.6", "postcss": "8.4.41", "tailwindcss": "3.4.9", "typescript": "5.8.3" } }