feat: Implement rich media messaging for images, files, and GIFs, and add message read/delivery status indicators.

This commit is contained in:
pradeepkumar
2026-02-21 22:11:42 +05:30
parent 3d2171e0bb
commit c5dc139633
12 changed files with 1237 additions and 118 deletions

View File

@@ -9,13 +9,19 @@
"lint": "eslint"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@giphy/js-fetch-api": "^5.7.0",
"@giphy/react-components": "^10.1.1",
"axios": "^1.13.2",
"emoji-mart": "^5.6.0",
"next": "16.1.0",
"next-auth": "^5.0.0-beta.30",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-select": "^5.10.2",
"socket.io-client": "^4.8.3"
"socket.io-client": "^4.8.3",
"styled-components": "^6.3.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",