fetch remove
This commit is contained in:
parent
5eb3ee406b
commit
eab3256dce
13
package.json
13
package.json
|
@ -29,14 +29,15 @@
|
|||
"@types/react-addons-test-utils": "^0.14.19",
|
||||
"@types/react-dom": "^15.5.1",
|
||||
"@types/react-hot-loader": "^3.0.3",
|
||||
"@types/react-json-pretty": "^1.3.2",
|
||||
"@types/react-redux": "^4.4.46",
|
||||
"@types/react-router": "^4.0.14",
|
||||
"@types/react-router-dom": "^4.0.7",
|
||||
"@types/react-router-redux": "^5.0.3",
|
||||
"@types/react-tap-event-plugin": "^0.0.30",
|
||||
"@types/recharts": "^0.22.5",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/whatwg-fetch": "^0.0.33",
|
||||
"@types/react-json-pretty":"^1.3.2",
|
||||
"awesome-typescript-loader": "^3.1.3",
|
||||
"check-dependencies": "^1.0.1",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
|
@ -53,6 +54,7 @@
|
|||
"raw-loader": "^0.5.1",
|
||||
"react-addons-test-utils": "^15.5.1",
|
||||
"react-hot-loader": "next",
|
||||
"react-json-pretty": "^1.0.0",
|
||||
"redux-devtools-extension": "^2.13.2",
|
||||
"redux-logger": "^3.0.6",
|
||||
"rimraf": "^2.6.1",
|
||||
|
@ -68,9 +70,7 @@
|
|||
"webpack-dashboard": "^0.4.0",
|
||||
"webpack-dev-server": "^2.5.0",
|
||||
"webpack-merge": "^4.1.0",
|
||||
"webpack-visualizer-plugin": "^0.1.11",
|
||||
"@types/recharts":"^0.22.5",
|
||||
"react-json-pretty":"^1.0.0"
|
||||
"webpack-visualizer-plugin": "^0.1.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"auth0-lock": "^10.18.0",
|
||||
|
@ -87,13 +87,12 @@
|
|||
"react-router-dom": "^4.1.2",
|
||||
"react-router-redux": "next",
|
||||
"react-tap-event-plugin": "^2.0.1",
|
||||
"recharts": "^1.0.0-alpha.4",
|
||||
"redux": "^3.7.1",
|
||||
"redux-saga": "^0.15.4",
|
||||
"reflect-metadata": "^0.1.10",
|
||||
"reselect": "^3.0.1",
|
||||
"semantic-ui-react": "^0.71.1",
|
||||
"whatwg-fetch": "^2.0.3",
|
||||
"recharts":"^1.0.0-alpha.4"
|
||||
"semantic-ui-react": "^0.71.1"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user