{ "name": "my-live-photos", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "db:generate": "prisma generate", "db:push": "prisma db push", "db:seed": "tsx prisma/seed.ts", "db:studio": "prisma studio", "type-check": "tsc --noEmit" }, "dependencies": { "@prisma/client": "^5.7.1", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", "@types/jsonwebtoken": "^9.0.10", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "jsonwebtoken": "^9.0.2", "lucide-react": "^0.302.0", "multer": "^1.4.5-lts.1", "next": "14.0.4", "next-themes": "^0.4.6", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.48.2", "sharp": "^0.33.1", "socket.io": "^4.7.4", "socket.io-client": "^4.7.4", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.22.4" }, "devDependencies": { "@types/multer": "^1.4.11", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.0.4", "postcss": "^8", "prisma": "^5.7.1", "tailwindcss": "^3.3.0", "tsx": "^4.6.2", "typescript": "^5" }, "prisma": { "seed": "tsx prisma/seed.ts" } }