Dependencies: add Winston package to better log

This commit is contained in:
François Michaud, Deepnox 2023-02-21 21:40:51 +01:00
parent c7bf6d3775
commit df0c86d420

View File

@ -120,7 +120,8 @@
"simplebar": "^5.3.6",
"stripe": "^7.4.0",
"swiper": "^8.0.6",
"uuid": "^3.2.1"
"uuid": "^3.2.1",
"winston": "^3.8.2"
},
"devDependencies": {
"nodemon": "^1.17.3"