WIP server side.

This commit is contained in:
Ahmed Bouhuolia
2020-01-22 02:09:45 +02:00
parent de905d7e7c
commit 488709088b
123 changed files with 14885 additions and 771 deletions

View File

@@ -30,18 +30,22 @@
"express-validator": "^6.2.0",
"helmet": "^3.21.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.19.2",
"knex": "^0.20.3",
"lodash": "^4.17.15",
"memory-cache": "^0.2.0",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"mustache": "^3.0.3",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"node-cache": "^4.2.1",
"nodemailer": "^6.3.0",
"nodemon": "^1.19.1"
"nodemon": "^1.19.1",
"objection": "^2.0.10"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
@@ -56,7 +60,7 @@
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.19.1",
"faker": "^4.1.0",
"knex-factory": "0.0.6",
"mocha": "^5.2.0",