diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package.json b/vnext/package.json index bf70be0e..bc4067d6 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,8 @@ "style-loader": "^0.21.0", "webpack": "^4.12.0", "webpack-command": "^0.2.1", - "webpack-serve": "^1.0.4" + "webpack-serve": "^1.0.4", + "whatwg-fetch": "^2.0.4" }, "babel": { "presets": [ @@ -40,7 +41,6 @@ "query-string": "^6.1.0", "react": "^16.4.1", "react-dom": "^16.4.1", - "react-router-dom": "^4.3.1", - "whatwg-fetch": "^2.0.4" + "react-router-dom": "^4.3.1" } -}
\ No newline at end of file +} |