|
17 | 17 | "webpack": "webpack --config webpack.config.js" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@nestjs/common": "^5.0.0", |
21 | | - "@nestjs/core": "^5.0.0", |
| 20 | + "@nestjs/common": "^5.3.7", |
| 21 | + "@nestjs/core": "^5.3.7", |
| 22 | + "@nestjs/graphql": "^5.3.1", |
| 23 | + "@nestjs/jwt": "^0.1.3", |
| 24 | + "@nestjs/passport": "^5.1.0", |
| 25 | + "@nestjs/swagger": "^2.5.1", |
| 26 | + "@nestjs/websockets": "^5.3.7", |
| 27 | + "@types/joi": "^13.4.5", |
| 28 | + "apollo-server-express": "^2.0.7", |
22 | 29 | "arangojs": "^6.6.0", |
| 30 | + "cache-manager": "^2.9.0", |
| 31 | + "class-validator": "^0.9.1", |
| 32 | + "compression": "^1.7.3", |
| 33 | + "csurf": "^1.9.0", |
| 34 | + "dotenv": "^6.0.0", |
| 35 | + "express-rate-limit": "^3.1.1", |
23 | 36 | "fastify-formbody": "^2.0.0", |
| 37 | + "graphql": "^14.0.2", |
| 38 | + "graphql-tools": "^3.1.1", |
| 39 | + "graphql-type-json": "^0.2.1", |
| 40 | + "hbs": "^4.0.1", |
| 41 | + "helmet": "^3.13.0", |
| 42 | + "joi": "^13.6.0", |
| 43 | + "mqtt": "^2.18.8", |
| 44 | + "passport": "^0.4.0", |
| 45 | + "passport-http-bearer": "^1.0.1", |
| 46 | + "passport-jwt": "^4.0.0", |
24 | 47 | "reflect-metadata": "^0.1.12", |
25 | 48 | "rxjs": "^6.0.0", |
26 | 49 | "typescript": "^2.6.2" |
|
0 commit comments