{ "name": "web", "version": "0.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit", "test": "vitest run", "gen:api": "node scripts/gen-api.mjs" }, "dependencies": { "next": "15.1.3", "openapi-fetch": "^0.13.0", "react": "19.0.0", "react-dom": "19.0.0" }, "devDependencies": { "@types/node": "^22.10.0", "@types/react": "19.0.0", "@types/react-dom": "19.0.0", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-config-next": "15.1.3", "openapi-typescript": "^7.5.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vitest": "^2.1.8" } }