diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-09 11:32:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-09 11:32:40 +0200 |
commit | 557b13ae24019d9ab214bbea7eaa0f892c8f4b05 (patch) | |
tree | aa32396531acf93e3dfdb29880177813039ed77f /package.json | |
parent | c5407d7046168abb4098df1408e7aa84519cb61a (diff) | |
download | PeerTube-557b13ae24019d9ab214bbea7eaa0f892c8f4b05.tar.gz PeerTube-557b13ae24019d9ab214bbea7eaa0f892c8f4b05.tar.zst PeerTube-557b13ae24019d9ab214bbea7eaa0f892c8f4b05.zip |
Lazy load avatars
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index e8821bc70..481e6a3d9 100644 --- a/package.json +++ b/package.json | |||
@@ -130,6 +130,7 @@ | |||
130 | "jsonld": "~1.1.0", | 130 | "jsonld": "~1.1.0", |
131 | "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", | 131 | "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", |
132 | "lodash": "^4.17.10", | 132 | "lodash": "^4.17.10", |
133 | "lru-cache": "^5.1.1", | ||
133 | "magnet-uri": "^5.1.4", | 134 | "magnet-uri": "^5.1.4", |
134 | "memoizee": "^0.4.14", | 135 | "memoizee": "^0.4.14", |
135 | "morgan": "^1.5.3", | 136 | "morgan": "^1.5.3", |
@@ -179,6 +180,7 @@ | |||
179 | "@types/fs-extra": "^8.0.0", | 180 | "@types/fs-extra": "^8.0.0", |
180 | "@types/libxmljs": "^0.18.0", | 181 | "@types/libxmljs": "^0.18.0", |
181 | "@types/lodash": "^4.14.64", | 182 | "@types/lodash": "^4.14.64", |
183 | "@types/lru-cache": "^5.1.0", | ||
182 | "@types/magnet-uri": "^5.1.1", | 184 | "@types/magnet-uri": "^5.1.1", |
183 | "@types/maildev": "^0.0.1", | 185 | "@types/maildev": "^0.0.1", |
184 | "@types/memoizee": "^0.4.2", | 186 | "@types/memoizee": "^0.4.2", |