Showing
2 changed files
with
1 additions
and
2 deletions
This diff is collapsed. Click to expand it.
... | @@ -15,14 +15,13 @@ | ... | @@ -15,14 +15,13 @@ |
15 | "homepage": "https://bitbucket.org/vel1024/capstone2#readme", | 15 | "homepage": "https://bitbucket.org/vel1024/capstone2#readme", |
16 | "dependencies": { | 16 | "dependencies": { |
17 | "@prisma/client": "^2.0.0-beta.2", | 17 | "@prisma/client": "^2.0.0-beta.2", |
18 | + "@sendgrid/mail": "^7.0.1", | ||
18 | "bcryptjs": "^2.4.3", | 19 | "bcryptjs": "^2.4.3", |
19 | "dotenv": "^8.2.0", | 20 | "dotenv": "^8.2.0", |
20 | "graphql-tools": "^4.0.7", | 21 | "graphql-tools": "^4.0.7", |
21 | "graphql-yoga": "^1.18.3", | 22 | "graphql-yoga": "^1.18.3", |
22 | "jsonwebtoken": "^8.5.1", | 23 | "jsonwebtoken": "^8.5.1", |
23 | "merge-graphql-schemas": "^1.7.7", | 24 | "merge-graphql-schemas": "^1.7.7", |
24 | - "nodemailer": "^6.4.6", | ||
25 | - "nodemailer-sendgrid-transport": "^0.2.0", | ||
26 | "twilio": "^3.42.2" | 25 | "twilio": "^3.42.2" |
27 | }, | 26 | }, |
28 | "devDependencies": { | 27 | "devDependencies": { | ... | ... |
-
Please register or login to post a comment