{ "name": "annas-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "db:migrate": "prisma migrate dev", "db:seed": "ts-node --compiler-options '{\"module\":\"CommonJS\"}' prisma/seed.ts", "db:studio": "prisma studio" }, "prisma": { "seed": "npx ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts" }, "dependencies": { "@auth/prisma-adapter": "^2.11.1", "@hookform/resolvers": "^5.2.2", "@prisma/client": "^5.22.0", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-toast": "^1.2.15", "@react-pdf/renderer": "^4.3.2", "@types/bcryptjs": "^2.4.6", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.577.0", "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "prisma": "^5.22.0", "react": "19.2.3", "react-dom": "19.2.3", "react-hook-form": "^7.71.2", "tailwind-merge": "^3.5.0", "zod": "^4.3.6" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.6", "tailwindcss": "^4", "typescript": "^5" } }