diff options
Diffstat (limited to 'sick-fits/frontend/package.json')
| -rw-r--r-- | sick-fits/frontend/package.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index e6b4878..ca8b07a 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -17,7 +17,7 @@ "babel-core": "^7.0.0-bridge.0", "babel-plugin-styled-components": "^1.5.1", "date-fns": "^2.0.0-alpha.7", - "downshift": "^1.31.14", + "downshift": "^2.1.4", "graphql": "^0.13.2", "graphql-tag": "^2.9.2", "lodash.debounce": "^4.0.8", @@ -32,14 +32,14 @@ "react-stripe-checkout": "^2.6.3", "react-transition-group": "^2.3.1", "styled-components": "^3.2.6", + "enzyme": "^3.3.0", + "enzyme-adapter-react-16": "^1.1.1", "waait": "^1.0.2" }, "devDependencies": { "babel-jest": "^23.0.0", "babel-plugin-module-resolver": "^3.1.1", "casual": "^1.5.19", - "enzyme": "^3.3.0", - "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.4", "graphql-tools": "^3.0.2", "jest": "^22.4.4", @@ -56,7 +56,7 @@ ".*": "babel-jest" } }, - "//": "This is our babel config, I prefer this over a .babelrc file", + "//": "This is out babel config, I prefer this over a .babelrc file", "babel": { "env": { "development": { @@ -97,6 +97,15 @@ } } ] + ], + "plugins": [ + [ + "styled-components", + { + "ssr": true, + "displayName": true + } + ] ] } } |
