Merge branch 'master' of git.mycard.moe:mycard/momento
Showing
| ... | @@ -21,11 +21,13 @@ | ... | @@ -21,11 +21,13 @@ |
| "test:e2e": "jest --config ./test/jest-e2e.json" | "test:e2e": "jest --config ./test/jest-e2e.json" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@elastic/elasticsearch": "^7.16.0", | |||
| "@koishijs/plugin-assets-s3": "^1.0.0-beta.4", | "@koishijs/plugin-assets-s3": "^1.0.0-beta.4", | ||
| "@nestjs/common": "^8.0.0", | "@nestjs/common": "^8.0.0", | ||
| "@nestjs/config": "^1.1.5", | "@nestjs/config": "^1.1.5", | ||
| "@nestjs/core": "^8.0.0", | "@nestjs/core": "^8.0.0", | ||
| "@nestjs/jwt": "^8.0.0", | "@nestjs/jwt": "^8.0.0", | ||
| "@nestjs/elasticsearch": "^8.0.0", | |||
| "@nestjs/platform-express": "^8.0.0", | "@nestjs/platform-express": "^8.0.0", | ||
| "@nestjs/platform-ws": "^8.2.4", | "@nestjs/platform-ws": "^8.2.4", | ||
| "@nestjs/swagger": "^5.1.5", | "@nestjs/swagger": "^5.1.5", | ||
| ... | ... |
Please register or sign in to comment