dev: websocket
Showing
This diff is collapsed.
| ... | @@ -12,10 +12,13 @@ | ... | @@ -12,10 +12,13 @@ |
| "dependencies": { | "dependencies": { | ||
| "@pinia/nuxt": "^0.5.1", | "@pinia/nuxt": "^0.5.1", | ||
| "dockerode": "^3.3.5", | "dockerode": "^3.3.5", | ||
| "engine.io": "^6.5.4", | |||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "nuxt": "^3.11.1", | "nuxt": "^3.11.1", | ||
| "pg": "^8.11.5", | "pg": "^8.11.5", | ||
| "pinia": "^2.1.7", | "pinia": "^2.1.7", | ||
| "socket.io": "^4.7.5", | |||
| "socket.io-client": "^4.7.5", | |||
| "tar-fs": "^3.0.5", | "tar-fs": "^3.0.5", | ||
| "telnet-client": "^2.2.0", | "telnet-client": "^2.2.0", | ||
| "vue": "^3.4.21", | "vue": "^3.4.21", | ||
| ... | ... |
server/plugins/socket.io.ts
0 → 100644
Please register or sign in to comment