{ "name": "temfut", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@headlessui/react": "^2.2.9", "@prisma/client": "^6.2.1", "@supabase/ssr": "^0.8.0", "@supabase/supabase-js": "^2.91.0", "@types/cookie": "^0.6.0", "bcryptjs": "^3.0.3", "clsx": "^2.1.1", "cookies-next": "^6.1.1", "framer-motion": "^12.26.2", "lucide-react": "^0.562.0", "minio": "^8.0.6", "next": "16.1.3", "react": "19.2.3", "react-dom": "19.2.3", "tailwind-merge": "^3.4.0", "uuid": "^13.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^2.4.6", "@types/minio": "^7.1.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/uuid": "^10.0.0", "eslint": "^9", "eslint-config-next": "16.1.3", "prisma": "^6.2.1", "tailwindcss": "^4", "typescript": "^5" }, "prisma": { "seed": "npx tsx prisma/seed.ts" } }