{ "private": true, "scripts": { "preinstall": "npx only-allow pnpm", "postinstall": "prisma generate", "dev": "next dev --turbo", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "preview": "next build && next start", "type-check": "tsc --noEmit", "format:write": "prettier --write \"{app,lib,components}/**/*.{ts,tsx,mdx}\" --cache", "format:check": "prettier --check \"{app,lib,components}**/*.{ts,tsx,mdx}\" --cache", "test:e2e": "playwright test" }, "dependencies": { "@aws-sdk/client-s3": "^3.556.0", "@aws-sdk/credential-providers": "^3.556.0", "@aws-sdk/s3-presigned-post": "^3.556.0", "@prisma/client": "5.14.0", "@radix-ui/react-checkbox": "^1.1.0", "@radix-ui/react-collapsible": "^1.1.0", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-popover": "^1.1.0", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tooltip": "^1.0.7", "@rajesh896/video-thumbnails-generator": "^2.3.9", "@vercel/kv": "^1.0.1", "ai": "^3.1.12", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "date-fns": "^3.6.0", "embla-carousel-react": "^8.1.3", "focus-trap-react": "^10.2.3", "framer-motion": "^10.18.0", "geist": "^1.2.1", "immer": "^10.0.3", "jotai": "^2.7.0", "lucide-react": "^0.379.0", "nanoid": "^5.0.4", "next": "14.1.1", "next-auth": "5.0.0-beta.16", "next-themes": "^0.2.1", "openai": "^4.24.7", "pino": "^9.0.0", "pino-loki": "^2.2.1", "prisma": "^5.14.0", "prisma-json-types-generator": "^3.0.4", "react": "^18.2.0", "react-day-picker": "^8.10.1", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hot-toast": "^2.4.1", "react-intersection-observer": "^9.5.3", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", "react-textarea-autosize": "^8.5.3", "react-virtualized-auto-sizer": "^1.0.24", "react-window": "^1.8.10", "rehype-raw": "^7.0.0", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "sharp": "^0.33.3", "uuid": "^9.0.1" }, "devDependencies": { "@playwright/test": "^1.44.1", "@tailwindcss/typography": "^0.5.10", "@types/node": "^20.11.5", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@types/react-syntax-highlighter": "^15.5.11", "@types/react-window": "^1.8.8", "@types/uuid": "^9.0.8", "@typescript-eslint/parser": "^6.19.0", "autoprefixer": "^10.4.19", "eslint": "^8.56.0", "eslint-config-next": "14.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-tailwindcss": "^3.14.0", "postcss": "^8.4.33", "prettier": "^3.2.4", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.4", "tailwindcss-animate": "^1.0.7", "typescript": "^5.3.3" }, "packageManager": "pnpm@9.1.1" }