{ "name": "lama-dev-next-dashboard", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "seed:users": "tsx scripts/seed.ts", "seed:schedule": "tsx scripts/seed_schedule.ts" }, "dependencies": { "@clerk/elements": "^0.14.6", "@clerk/nextjs": "^5.4.1", "@hookform/resolvers": "^3.9.0", "@prisma/client": "^5.19.1", "@supabase/supabase-js": "^2.98.0", "@types/react-big-calendar": "^1.8.9", "moment": "^2.30.1", "next": "14.2.5", "next-cloudinary": "^6.13.0", "prisma": "^5.19.1", "react": "^18", "react-big-calendar": "^1.13.2", "react-calendar": "^5.0.0", "react-dom": "^18", "react-hook-form": "^7.52.2", "react-toastify": "^10.0.5", "recharts": "^2.12.7", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "dotenv": "^17.3.1", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", "tailwindcss": "^3.4.1", "ts-node": "^10.9.2", "tsx": "^4.21.0", "typescript": "^5" } }