diff options
| author | Fuwn <[email protected]> | 2023-10-29 21:21:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-10-29 21:29:08 -0700 |
| commit | 2ac499695aa89b68863c0e34c6237a833ec0e03b (patch) | |
| tree | 78af4f3f23061acfa6382b7129e866f55389f8ec /package.json | |
| parent | ci(docker): only copy needed (diff) | |
| download | due.moe-2ac499695aa89b68863c0e34c6237a833ec0e03b.tar.xz due.moe-2ac499695aa89b68863c0e34c6237a833ec0e03b.zip | |
feat(badges): websocket loading
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 465629fd..a63f8a8e 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,8 @@ "dexie": "^4.0.1-alpha.25", "dom-to-image": "^2.6.0", "html2canvas": "^1.4.1", - "rss-parser": "^3.13.0" + "rss-parser": "^3.13.0", + "socket.io": "^4.7.2", + "socket.io-client": "^4.7.2" } } |