{ "name": "openframe", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "prebuild": "bun run typecheck", "build": "next build", "start": "next start", "lint": "eslint", "typecheck": "tsc --noEmit", "postinstall": "prisma generate", "db:generate": "prisma generate", "db:push": "prisma db push", "db:migrate": "prisma migrate deploy", "db:seed": "prisma db seed", "db:setup": "bun run db:generate && bun run db:push && bun run db:extras", "db:extras": "bun run scripts/db-extras.ts" }, "dependencies": { "@aws-sdk/client-s3": "^3.985.0", "@prisma/adapter-pg": "^7.3.0", "@prisma/client": "^7.3.0", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "hls.js": "^1.6.15", "lucide-react": "^0.563.0", "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "next-themes": "^0.4.6", "nodemailer": "^8.0.1", "pg": "^8.18.0", "prisma": "^7.3.0", "radix-ui": "^1.4.3", "react": "19.2.3", "react-dom": "19.2.3", "react-window": "^2.2.7", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tus-js-client": "^4.3.1", "tw-animate-css": "^1.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^3.0.0", "@types/node": "^20", "@types/nodemailer": "^7.0.9", "@types/pg": "^8.16.0", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.6", "shadcn": "^3.8.3", "tailwindcss": "^4", "typescript": "^5" }, "ignoreScripts": [ "sharp", "unrs-resolver" ], "trustedDependencies": [ "sharp", "unrs-resolver" ] }