Add styled-components library and its babel plugin. 💅

This commit is contained in:
Kia Lam
2019-05-10 11:03:16 -04:00
parent e7ec1c6ef8
commit 349a9c7cc2
3 changed files with 107 additions and 42 deletions

View File

@@ -28,6 +28,7 @@
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.4",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-styled-components": "^1.10.0",
"css-loader": "^1.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
@@ -59,6 +60,7 @@
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1"
"react-router-dom": "^4.3.1",
"styled-components": "^4.2.0"
}
}