App is not working on IE

Hi ,

My app is working fine o chrome and mozila but is not working in IE .

Here is my package.json file

{
“name”: “testjointapp”,
“private”: true,
“scripts”: {
“start”: “meteor run”
},
“dependencies”: {
“aws-sdk”: “^2.85.0”,
“bcrypt”: “^1.0.2”,
“bootstrap”: “^4.0.0-alpha.4”,
“bson-objectid”: “^1.1.5”,
“classnames”: “^2.2.5”,
“history”: “^4.6.3”,
“html-to-text”: “^3.3.0”,
“jquery”: “^2.2.4”,
“material-ui”: “^0.18.4”,
“material-ui-icons”: “^1.0.0-alpha.19”,
“material-ui-upload”: “^1.1.5”,
“meteor-node-stubs”: “~0.2.4”,
“mongoose”: “^4.11.1”,
“react”: “^15.6.1”,
“react-addons-pure-render-mixin”: “^15.6.0”,
“react-autocomplete”: “^1.7.1”,
“react-bootstrap”: “^0.31.1”,
“react-dom”: “^15.6.1”,
“react-dropzone”: “^3.13.3”,
“react-grid-system”: “^2.9.2”,
“react-infinite”: “^0.11.2”,
“react-input-range”: “^1.2.1”,
“react-loader-advanced”: “^1.7.1”,
“react-render-html”: “^0.5.0”,
“react-responsive-carousel”: “^3.1.24”,
“react-router”: “^4.1.1”,
“react-router-dom”: “^4.1.1”,
“react-select”: “^1.0.0-rc.10”,
“react-slick”: “^0.14.11”,
“react-tag-input”: “^4.7.2”,
“react-tap-event-plugin”: “^2.0.1”,
“regex”: “^0.1.1”,
“slick-carousel”: “^1.6.0”,
“striptags”: “^3.0.1”,
“underscore”: “^1.8.3”
}
}

This is the list of errors in IE

Please suggest any solution.