diff options
| author | Zephyrrus <[email protected]> | 2021-01-09 01:03:03 +0200 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2021-01-09 01:03:03 +0200 |
| commit | 3c303241e13593c1aa578e544a77324f1db50399 (patch) | |
| tree | ffd812a3da0da779022ede1517520759a18280fc /package.json | |
| parent | Merge pull request #251 from Zephyrrus/fix/paginate_search (diff) | |
| download | host.fuwn.me-3c303241e13593c1aa578e544a77324f1db50399.tar.xz host.fuwn.me-3c303241e13593c1aa578e544a77324f1db50399.zip | |
feat: create settings schema (used for rendering and validating)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 78460aa..6220941 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "fs-jetpack": "^2.2.2", "helmet": "^3.15.1", "imagesloaded": "^4.1.4", + "joi": "^17.3.0", "jsonwebtoken": "^8.5.0", "knex": "^0.21.15", "masonry-layout": "^4.2.2", |