1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00

removed unused bcrypt and lodash packages in backend

Signed-off-by: Joseph Angelo Ferrer Barrozo <jabarrozo@gmail.com>
This commit is contained in:
Joseph Angelo Ferrer Barrozo 2024-02-21 19:17:21 +08:00
parent 927b146d42
commit bcb0658631
2 changed files with 2502 additions and 1193 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,19 +12,17 @@
"author": "Syed Afzal",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.4",
"express": "^4.17.1",
"lodash": "^4.17.13",
"mongodb": "^3.0.7",
"mongoose": "^6.0.9",
"simple-node-logger": "^18.12.23",
"validator": "^13.7.0"
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongodb": "^3.7.4",
"mongoose": "^6.12.6",
"simple-node-logger": "^18.12.24",
"validator": "^13.11.0"
},
"devDependencies": {
"nodemon": "^2.0.3",
"prettier": "^2.0.5"
"nodemon": "^3.0.3",
"prettier": "^2.8.8"
}
}