added socket.io-client

Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
heyhiru
2023-11-11 14:48:00 +05:30
padre 5927e494fd
commit 3a033235b6
Se han modificado 4 ficheros con 217 adiciones y 41 borrados

Ver fichero

@@ -9,15 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.0.2",
"react": "^18",
"react-dom": "^18",
"next": "14.0.2"
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.2"
"eslint-config-next": "14.0.2",
"postcss": "^8",
"sass": "^1.69.5",
"tailwindcss": "^3.3.0"
}
}