0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 19:32:47 +00:00

Initial IDB functionality pass

This commit is contained in:
G.Ambatte
2024-10-01 23:53:35 +13:00
parent bc475b5ed9
commit 77f162f7a4
5 changed files with 155 additions and 32 deletions

View File

@@ -102,6 +102,7 @@
"express-async-handler": "^1.2.0",
"express-static-gzip": "2.1.8",
"fs-extra": "11.2.0",
"idb-keyval": "^6.2.1",
"js-yaml": "^4.1.0",
"jwt-simple": "^0.5.6",
"less": "^3.13.1",
@@ -138,4 +139,4 @@
"stylelint-config-recommended": "^14.0.1",
"supertest": "^7.0.0"
}
}
}