Add socket.io to package.json

This commit is contained in:
Neshura 2024-01-03 20:40:05 +01:00
parent 3c1938af80
commit 98e9a21f92
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 169 additions and 2 deletions

View file

@ -20,6 +20,7 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "8.56.0",
"@types/socket.io": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
@ -43,6 +44,8 @@
"bits-ui": "^0.13.0",
"clsx": "^2.1.0",
"radix-icons-svelte": "^1.2.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.2.0",
"tailwind-variants": "^0.1.19"
}