feat: Payment system with voucher cards.

feat: Design with inversion dependency injection architecture.
feat: Prettier http middleware.
feat: Re-write items categories with preferred accounts.
This commit is contained in:
Ahmed Bouhuolia
2020-08-27 20:39:55 +02:00
parent e23b8d9947
commit e4270dc039
63 changed files with 2567 additions and 462 deletions

View File

@@ -21,12 +21,14 @@
"agenda": "^3.1.0",
"agendash": "^1.0.0",
"app-root-path": "^3.0.0",
"axios": "^0.20.0",
"bcryptjs": "^2.4.3",
"bookshelf": "^0.15.1",
"bookshelf-cascade-delete": "^2.0.1",
"bookshelf-json-columns": "^2.1.1",
"bookshelf-modelbase": "^2.10.4",
"bookshelf-paranoia": "^0.13.1",
"crypto-random-string": "^3.2.0",
"csurf": "^1.10.0",
"dotenv": "^8.1.0",
"errorhandler": "^1.5.1",
@@ -55,6 +57,8 @@
"nodemailer": "^6.3.0",
"nodemon": "^1.19.1",
"objection": "^2.0.10",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.3.0",
"uniqid": "^5.2.0",
"winston": "^3.2.1"
},