{ "name": "petlink_final", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@auth/prisma-adapter": "^2.11.2", "@base-ui/react": "^1.4.1", "@hookform/resolvers": "^5.2.2", "@prisma/client": "^7.8.0", "@react-email/components": "^1.0.12", "@tanstack/react-query": "^5.100.9", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.14.0", "next": "16.2.4", "next-auth": "5.0.0-beta.31", "react": "19.2.4", "react-dom": "19.2.4", "react-hook-form": "^7.75.0", "resend": "^6.12.2", "shadcn": "^4.6.0", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0", "zod": "^4.4.3", "zustand": "^5.0.12" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^3.0.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.4", "prisma": "^7.8.0", "tailwindcss": "^4", "typescript": "^5" } }