Migrate from moment to date-fns and some changes

This commit is contained in:
canove
2020-07-06 18:21:08 -03:00
parent 1bc4831f8f
commit 3679c94baa
33 changed files with 430 additions and 12010 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js",
"start": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"nodemonConfig": {
@@ -19,6 +19,7 @@
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-validator": "^6.5.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
@@ -27,7 +28,8 @@
"sequelize": "^5.21.13",
"sequelize-cli": "^5.5.1",
"socket.io": "^2.3.0",
"whatsapp-web.js": "^1.7.0"
"whatsapp-web.js": "^1.7.0",
"youch": "^2.0.10"
},
"devDependencies": {
"nodemon": "^2.0.4"