summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-05-31 17:17:49 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-05-31 17:17:49 -0500
commit9e8bc4a1e2361c4a4e4a0657df9cd893acc68682 (patch)
treef4b165ebbb404c5b720a1fba85231bc924a45a2c /package.json
parentcaacbe50c567da5d267558b52b69120d1ccabd42 (diff)
downloadimmich-frame-9e8bc4a1e2361c4a4e4a0657df9cd893acc68682.tar.xz
immich-frame-9e8bc4a1e2361c4a4e4a0657df9cd893acc68682.zip
connector communicates with websocket and make slides into class
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index be6dc67..7034250 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
},
"dependencies": {
"@fontsource/overpass": "^5.2.5",
- "flickity": "^3.0.0"
+ "flickity": "^3.0.0",
+ "socket.io-client": "^4.8.1"
},
"devDependencies": {
"autoprefixer": "^10.4.21",