diff options
| author | Fuwn <[email protected]> | 2023-11-27 21:10:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-27 21:10:20 -0800 |
| commit | 31ac15a9b9f33afce0e0fa40b463278916e45562 (patch) | |
| tree | d8456cce95c46f9cefcb01f60a838642dcc0c1c4 /package.json | |
| parent | fix(anime): restore few setter (diff) | |
| download | due.moe-31ac15a9b9f33afce0e0fa40b463278916e45562.tar.xz due.moe-31ac15a9b9f33afce0e0fa40b463278916e45562.zip | |
feat(list): furigana
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 ad751010..e4477c82 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "modern-screenshot": "^4.4.33", "rss-parser": "^3.13.0", "socket.io": "^4.7.2", - "socket.io-client": "^4.7.2" + "socket.io-client": "^4.7.2", + "wanakana": "^5.3.1" } } |