{ "name": "iris", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@auth/prisma-adapter": "^2.11.1", "@prisma/client": "^6.19.2", "@stripe/stripe-js": "^8.7.0", "bcrypt": "^6.0.0", "canvas-confetti": "^1.9.4", "framer-motion": "^12.33.0", "lucide-react": "^0.563.0", "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "prisma": "^6.19.2", "react": "19.2.3", "react-dom": "19.2.3", "stripe": "^20.3.1" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcrypt": "^6.0.0", "@types/canvas-confetti": "^1.9.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.6", "tailwindcss": "^4", "typescript": "^5" } }