Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -18,8 +18,10 @@ | ... | @@ -18,8 +18,10 @@ |
18 | "@babel/preset-env": "^7.9.6", | 18 | "@babel/preset-env": "^7.9.6", |
19 | "body-parser": "^1.19.0", | 19 | "body-parser": "^1.19.0", |
20 | "cookie-parser": "^1.4.5", | 20 | "cookie-parser": "^1.4.5", |
21 | + "dotenv": "^8.2.0", | ||
21 | "express": "^4.17.1", | 22 | "express": "^4.17.1", |
22 | "helmet": "^3.22.0", | 23 | "helmet": "^3.22.0", |
24 | + "mongoose": "^5.9.15", | ||
23 | "morgan": "^1.10.0", | 25 | "morgan": "^1.10.0", |
24 | "pug": "^2.0.4" | 26 | "pug": "^2.0.4" |
25 | }, | 27 | }, | ... | ... |
-
Please register or login to post a comment