{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "yarn run codegen && next dev --turbopack", "build": "yarn run codegen && next build", "start": "next start", "lint": "next lint", "codegen": "graphql-codegen --config graphql.config.ts" }, "dependencies": { "@apollo/client": "3.13.9", "@graphql-codegen/cli": "5.0.7", "@graphql-codegen/typescript": "4.1.6", "@graphql-codegen/typescript-operations": "4.6.1", "@graphql-codegen/typescript-react-apollo": "4.3.3", "@hookform/resolvers": "5.2.1", "@radix-ui/react-label": "2.1.7", "@radix-ui/react-slot": "1.2.3", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "graphql": "16.11.0", "input-otp": "1.4.2", "lucide-react": "0.534.0", "next": "15.4.5", "next-intl": "4.3.4", "next-themes": "0.4.6", "react": "19.1.1", "react-dom": "19.1.1", "react-hook-form": "7.61.1", "sonner": "2.0.6", "tailwind-merge": "3.3.1", "zod": "4.0.14" }, "devDependencies": { "@eslint/eslintrc": "3.3.1", "@tailwindcss/postcss": "4.1.11", "@types/node": "22.17.0", "@types/react": "19.1.9", "@types/react-dom": "19.1.7", "eslint": "9.32.0", "eslint-config-next": "15.4.4", "tailwindcss": "4.1.11", "tw-animate-css": "1.3.6", "typescript": "5.8.3" } }