Skip to content

Commit

Permalink
WIP - add dependency layer
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed Oct 12, 2023
1 parent 4e3409a commit 887f730
Show file tree
Hide file tree
Showing 7 changed files with 2,588 additions and 310 deletions.
1,380 changes: 1,380 additions & 0 deletions layers/api_dependencies/package-lock.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions layers/api_dependencies/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "dc-api-dependencies",
"version": "2.1.2",
"description": "NUL Digital Collections API Dependencies",
"repository": "https://github.com/nulib/dc-api-v2",
"author": "nulib",
"license": "Apache-2.0",
"dependencies": {
"@aws-crypto/sha256-browser": "^2.0.1",
"@honeybadger-io/js": "^4.9.3",
"axios": ">=0.21.1",
"cookie": "^0.5.0",
"debug": "^4.3.4",
"http-status-codes": "^2.2.0",
"iiif-builder": "^1.0.6",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"parse-http-header": "^1.0.1",
"sort-json": "^2.0.1",
"xml-js": "^1.6.11"
}
}
Loading

0 comments on commit 887f730

Please sign in to comment.