diff --git a/package.json b/package.json index 39bbd9d..ebb51f4 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,8 @@ "webpack-dev-server": "2.9.4", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3", - "classnames": "^2.2.6" + "classnames": "^2.2.6", + "styled-components": "^3.4.9" }, "scripts": { "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src -o src", @@ -105,7 +106,6 @@ "npm-run-all": "^4.1.3", "react-scripts": "^2.0.5", "react-test-renderer": "^16.4.2", - "styled-components": "^3.4.9", "supertest": "^3.0.0" }, "jest": {