diff options
Diffstat (limited to 'interface/package.json')
| -rw-r--r-- | interface/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface/package.json b/interface/package.json index 87ca23a..9cca33f 100644 --- a/interface/package.json +++ b/interface/package.json @@ -12,10 +12,14 @@ "author": "Kumar Priyansh <[email protected]>", "license": "GPL-3.0-or-later", "dependencies": { + "async": "^3.2.3", + "bcryptjs": "^2.4.3", "body-parser": "^1.20.0", "cors": "^2.8.5", + "dotenv": "^16.0.0", "ejs": "^3.1.7", "express": "^4.17.3", + "jsonwebtoken": "^8.5.1", "pg": "^8.7.3", "pg-hstore": "^2.3.4", "sequelize": "^6.19.0" |
