Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,30 @@
"dependencies": {
"@nestjs-modules/mailer": "^2.3.4",
"@nestjs/axios": "^4.0.1",
"@nestjs/cli": "^11.0.7",

Check warning on line 31 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: @nestjs/cli
"@nestjs/common": "^11.1.19",
"@nestjs/config": "^4.0.4",
"@nestjs/core": "^11.1.19",
"@nestjs/platform-express": "^11.1.19",

Check warning on line 35 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: @nestjs/platform-express
"@nestjs/schedule": "^6.0.0",
"@nestjs/swagger": "^11.3.0",
"@nestjs/typeorm": "^11.0.0",
"@types/geojson": "^7946.0.10",
"@types/multer": "^2.0.0",
"class-transformer": "^0.5.1",

Check warning on line 41 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: class-transformer
"class-validator": "^0.15.1",

Check warning on line 42 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: class-validator
"dayjs": "^1.11.7",
"dotenv": "^17.0.0",
"helmet": "^8.1.0",
"joi": "^17.13.4",
"jsonwebtoken": "^9.0.3",
"jwks-rsa": "3.2.2",

Check warning on line 48 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: jwks-rsa
"lodash": "^4.18.1",

Check warning on line 49 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: lodash
"minio": "^8.0.7",

Check warning on line 50 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: minio
"nestjs-pino": "^4.6.1",
"node-cache": "^5.1.2",

Check warning on line 52 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: node-cache
"nodemailer": "^9.0.5",

Check warning on line 53 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: nodemailer
"pg": "^8.20.0",

Check warning on line 54 in api/package.json

View workflow job for this annotation

GitHub Actions / Unit Tests (api)

Unused dependency: pg
"remeda": "^2.21.9",
"rxjs": "^7.8.0",
"swagger-ui-express": "^5.0.1",
Expand Down
Loading
Loading