Added new package updates.

This commit is contained in:
Patrick Fic
2020-11-09 10:11:09 -08:00
parent 3721f7ffe2
commit 92f5944e4c
7 changed files with 18160 additions and 135 deletions

View File

@@ -14,8 +14,7 @@
"build": "cd client && npm run build",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"",
"deva": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\" \"npm run admin\"",
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
@@ -28,7 +27,7 @@
"express": "^4.16.4",
"express-sslify": "^1.2.0",
"firebase-admin": "^9.2.0",
"graphql": "^15.3.0",
"graphql": "^15.4.0",
"graphql-request": "^3.1.0",
"handlebars": "^4.7.6",
"intuit-oauth": "^3.0.2",
@@ -37,8 +36,8 @@
"node-fetch": "^2.6.1",
"node-mailjet": "^3.3.1",
"phone": "^2.4.16",
"stripe": "^8.107.0",
"twilio": "^3.49.4",
"stripe": "^8.121.0",
"twilio": "^3.51.0",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {