{ "name": "workout-planner", "version": "1.0.0", "description": "A modern workout planning application built with Next.js", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "db:push": "prisma db push", "db:seed": "npx tsx prisma/seed.ts", "db:studio": "prisma studio" }, "dependencies": { "next": "^14.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "@prisma/client": "^5.0.0", "bcryptjs": "^2.4.3", "tailwindcss": "^3.3.0", "postcss": "^8.4.31", "autoprefixer": "^10.4.16", "clsx": "^2.0.0", "tailwind-merge": "^2.2.0", "lucide-react": "^0.294.0", "next-themes": "^0.2.1", "zod": "^3.22.4" }, "devDependencies": { "prisma": "^5.0.0", "@types/bcryptjs": "^2.4.2", "typescript": "^5.2.2", "@types/node": "^20.5.0", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "tsx": "^4.7.0" } }