Finished moving job totals calculation to server side BOD-267.

This commit is contained in:
Patrick Fic
2020-08-24 10:17:32 -07:00
parent 4b44fdfde5
commit 2acef8f726
18 changed files with 801 additions and 618 deletions

View File

@@ -26,15 +26,16 @@
"dotenv": "8.2.0",
"express": "^4.16.4",
"express-sslify": "^1.2.0",
"firebase-admin": "^9.1.0",
"graphql-request": "^2.0.0",
"firebase-admin": "^9.1.1",
"graphql": "^15.3.0",
"graphql-request": "^3.0.0",
"handlebars": "^4.7.6",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"node-mailjet": "^3.3.1",
"phone": "^2.4.15",
"stripe": "^8.88.0",
"stripe": "^8.89.0",
"twilio": "^3.49.0",
"xmlbuilder": "^15.1.1"
},
@@ -42,6 +43,6 @@
"concurrently": "^5.3.0",
"eslint": "^6.6.0",
"eslint-plugin-promise": "^4.2.1",
"source-map-explorer": "^2.4.2"
"source-map-explorer": "^2.5.0"
}
}