aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-05-03 16:04:41 +0200
committerNoah Loomans <noahloomans@gmail.com>2018-05-03 16:04:41 +0200
commitca5907998ecf09d8c1c5341a3645caa00fc38c67 (patch)
tree65445ac06d6642de1365f5832c75fa0f5170b223 /package.json
parent4ccd16db1c53bc7ef58273d6cc30ae5b8d2b6b2b (diff)
Add polyfills for iOS and IE
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index ad2ed8b..e0a47fd 100644
--- a/package.json
+++ b/package.json
@@ -19,13 +19,14 @@
},
"dependencies": {
"axios": "^0.17.1",
+ "babel-polyfill": "^6.26.0",
"body-parser": "^1.16.0",
"cheerio": "^0.22.0",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"dompurify": "^1.0.3",
"eslint": "^4.14.0",
- "express": "^4.13.4",
+ "express": "^4.16.3",
"express-handlebars": "^3.0.0",
"fuzzy-search": "^2.0.1",
"iconv-lite": "^0.4.17",
@@ -43,7 +44,8 @@
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
- "rmwc": "^1.2.0"
+ "rmwc": "^1.2.0",
+ "whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.26.0",