|
|
|
@ -42,13 +42,16 @@
|
|
|
|
|
"dependencies": { |
|
|
|
|
"@google-cloud/storage": "^5.7.2", |
|
|
|
|
"@graphql-tools/merge": "^6.0.12", |
|
|
|
|
"@nestjs/bull": "^0.6.3", |
|
|
|
|
"@nestjs/common": "^9.4.0", |
|
|
|
|
"@nestjs/core": "^9.4.0", |
|
|
|
|
"@nestjs/jwt": "^10.0.3", |
|
|
|
|
"@nestjs/mapped-types": "*", |
|
|
|
|
"@nestjs/passport": "^9.0.3", |
|
|
|
|
"@nestjs/platform-express": "^9.4.0", |
|
|
|
|
"@nestjs/platform-socket.io": "^9.4.0", |
|
|
|
|
"@nestjs/serve-static": "^3.0.1", |
|
|
|
|
"@nestjs/websockets": "^9.4.0", |
|
|
|
|
"@sentry/node": "^6.3.5", |
|
|
|
|
"@types/chai": "^4.2.12", |
|
|
|
|
"airtable": "^0.11.3", |
|
|
|
@ -61,6 +64,7 @@
|
|
|
|
|
"bcryptjs": "^2.4.3", |
|
|
|
|
"body-parser": "^1.19.0", |
|
|
|
|
"boxen": "^5.0.0", |
|
|
|
|
"bull": "^4.10.4", |
|
|
|
|
"bullmq": "^1.81.1", |
|
|
|
|
"clear": "^0.1.0", |
|
|
|
|
"colors": "^1.4.0", |
|
|
|
@ -141,20 +145,19 @@
|
|
|
|
|
"xlsx": "^0.18.5" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@nestjs/cli": "^9.0.0", |
|
|
|
|
"@nestjs/schematics": "^9.0.0", |
|
|
|
|
"@nestjs/testing": "^9.0.0", |
|
|
|
|
"@nestjsplus/dyn-schematics": "^1.0.12", |
|
|
|
|
"@types/express": "^4.17.13", |
|
|
|
|
"@types/jest": "^29.5.0", |
|
|
|
|
"@types/mocha": "^10.0.1", |
|
|
|
|
"@types/multer": "^1.4.7", |
|
|
|
|
"@types/node": "18.15.11", |
|
|
|
|
"@types/passport-google-oauth20": "^2.0.11", |
|
|
|
|
"@types/passport-jwt": "^3.0.8", |
|
|
|
|
"@types/supertest": "^2.0.11", |
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0", |
|
|
|
|
"@typescript-eslint/parser": "^5.0.0", |
|
|
|
|
"@types/chai": "^4.2.12", |
|
|
|
|
"@types/express": "^4.17.7", |
|
|
|
|
"@types/inflection": "^1.5.28", |
|
|
|
|
"@types/lru-cache": "^5.1.0", |
|
|
|
|
"@types/minio": "^7.0.7", |
|
|
|
|
"@types/mkdirp": "^1.0.2", |
|
|
|
|
"@types/mocha": "^8.0.1", |
|
|
|
|
"@types/node": "^18.0.0", |
|
|
|
|
"@types/nodemailer": "^6.4.0", |
|
|
|
|
"@types/supertest": "^2.0.10", |
|
|
|
|
"@types/tinycolor2": "^1.4.3", |
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.0.1", |
|
|
|
|
"@typescript-eslint/parser": "^4.0.1", |
|
|
|
|
"chai": "^4.2.0", |
|
|
|
|
"copy-webpack-plugin": "^11.0.0", |
|
|
|
|
"cross-env": "^7.0.3", |
|
|
|
|