diff --git a/package.json b/package.json index 105d852..ce46d67 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ "author": "Team.Stein", "license": "ISC", "dependencies": { - "express": "^4.19.2" + "express": "^4.19.2", + "cookie-parser": "^1.4.6", + "body-parser": "^1.19.2", + "express-session": "^1.17.3", + "cors": "^2.8.5" } } \ No newline at end of file