implemented lazy loading and other small fixes

This commit is contained in:
zyachel
2022-04-18 11:54:37 +05:30
parent 33181ac11f
commit 8368c73965
19 changed files with 119 additions and 132 deletions

View File

@ -13,7 +13,7 @@
"author": "libremdb-contributors",
"license": "AGPL-3.0-or-later",
"dependencies": {
"axios": "^0.25.0",
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"compression": "^1.7.4",
"dotenv": "^16.0.0",
@ -21,7 +21,7 @@
"helmet": "^5.0.2",
"morgan": "^1.10.0",
"pug": "^3.0.2",
"sass": "^1.49.9"
"sass": "^1.50.0"
},
"devDependencies": {
"@types/express": "^4.17.13",