diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-31 17:17:49 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-31 17:17:49 -0500 |
| commit | 9e8bc4a1e2361c4a4e4a0657df9cd893acc68682 (patch) | |
| tree | f4b165ebbb404c5b720a1fba85231bc924a45a2c /package.json | |
| parent | caacbe50c567da5d267558b52b69120d1ccabd42 (diff) | |
| download | immich-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.json | 3 |
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", |
