summaryrefslogtreecommitdiffstats
path: root/sick-fits
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-09-07 12:15:53 -0400
committerWes Bos <wesbos@gmail.com>2018-09-07 12:15:53 -0400
commit093c172d16732ba8d01faa313e0af99d26902205 (patch)
tree84838c4f6410b43f42b56219190a62e14e072ef3 /sick-fits
parent9876e7dfca6fa2bbf6ac383eeb8e2c82e05c2164 (diff)
getting there
Diffstat (limited to 'sick-fits')
-rw-r--r--sick-fits/frontend/package.json17
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
+ }
+ ]
]
}
}