{ "name": "secrate_chat", "version": "0.1.0", "private": true, "scripts": { "dev": "bun server.ts", "build": "next build", "start": "NODE_ENV=production bun server.ts", "lint": "eslint" }, "dependencies": { "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-slot": "^1.2.4", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "emoji-picker-react": "^4.15.2", "lucide-react": "^0.554.0", "mongoose": "^9.0.0", "next": "16.0.4", "next-auth": "^5.0.0-beta.30", "next-themes": "^0.4.6", "otplib": "^12.0.1", "qrcode": "^1.5.4", "react": "19.2.0", "react-dom": "19.2.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^3.0.0", "@types/node": "^20", "@types/qrcode": "^1.5.6", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.0.4", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5" } }