Spaces:
Paused
Paused
File size: 1,231 Bytes
abc1805 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | {
"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"
}
}
|