Showing
2 changed files
with
8 additions
and
0 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -21,9 +21,17 @@ | ... | @@ -21,9 +21,17 @@ |
| 21 | "@graphql-tools/schema": "^6.1.0", | 21 | "@graphql-tools/schema": "^6.1.0", |
| 22 | "@prisma/client": "^2.2.2", | 22 | "@prisma/client": "^2.2.2", |
| 23 | "@sendgrid/mail": "^7.2.1", | 23 | "@sendgrid/mail": "^7.2.1", |
| 24 | + "apollo-server-express": "^2.17.0", | ||
| 24 | "bcryptjs": "^2.4.3", | 25 | "bcryptjs": "^2.4.3", |
| 26 | + "body-parser": "^1.19.0", | ||
| 27 | + "cors": "^2.8.5", | ||
| 25 | "country-data": "0.0.31", | 28 | "country-data": "0.0.31", |
| 26 | "dotenv": "^8.2.0", | 29 | "dotenv": "^8.2.0", |
| 30 | + "express": "^4.17.1", | ||
| 31 | + "graphql": "^15.3.0", | ||
| 32 | + "graphql-playground-middleware-express": "^1.7.18", | ||
| 33 | + "helmet": "^4.1.0", | ||
| 34 | + "helmet-csp": "^3.1.0", | ||
| 27 | "jsonwebtoken": "^8.5.1", | 35 | "jsonwebtoken": "^8.5.1", |
| 28 | "passport": "^0.4.1", | 36 | "passport": "^0.4.1", |
| 29 | "passport-jwt": "^4.0.0", | 37 | "passport-jwt": "^4.0.0", | ... | ... |
-
Please register or login to post a comment