Lazy load avatars

This commit is contained in:
Chocobozzz
2019-08-09 11:32:40 +02:00
parent c5407d7046
commit 557b13ae24
18 changed files with 324 additions and 92 deletions

View File

@@ -130,6 +130,7 @@
"jsonld": "~1.1.0",
"jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
"lodash": "^4.17.10",
"lru-cache": "^5.1.1",
"magnet-uri": "^5.1.4",
"memoizee": "^0.4.14",
"morgan": "^1.5.3",
@@ -179,6 +180,7 @@
"@types/fs-extra": "^8.0.0",
"@types/libxmljs": "^0.18.0",
"@types/lodash": "^4.14.64",
"@types/lru-cache": "^5.1.0",
"@types/magnet-uri": "^5.1.1",
"@types/maildev": "^0.0.1",
"@types/memoizee": "^0.4.2",