Skip to content
Closed
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.496.0",
"@aws-sdk/client-s3": "^3.496.0",
"archiver": "^7.0.0",
"aws-sdk-mock": "^5.1.0",
"axios": "^1.6.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.2.0",
"file-type": "^21.0.0",
"helmet": "^7.1.0",
"join-images": "^1.1.5",
"lodash": "^4.17.21",
"loglevel": "^1.7.1",
"mongodb-memory-server": "^7.4.0",
"mongoose": "^6.0.6",
"mongoose": "^6.13.8",
"mongoose-encryption": "^2.1.0",
"node-2fa": "^2.0.2",
"omit-deep-lodash": "^1.1.5",
Expand All @@ -28,6 +31,7 @@
"devDependencies": {
"@3dp4me/types": "workspace:*",
"@smithy/types": "^4.1.0",
"@types/archiver": "^6.0.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
Expand Down
Loading
Loading