feat: dark/light theming with emotion

This commit is contained in:
Kyle Gill
2019-03-27 21:45:55 -06:00
parent 043acd30cf
commit 49bb678bfa
9 changed files with 140 additions and 25 deletions

View File

@@ -7,11 +7,14 @@
"@emotion/styled": "^10.0.10",
"babel-plugin-emotion": "^10.0.9",
"date-fns": "^1.30.1",
"emotion-theming": "^10.0.10",
"firebase": "^5.9.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-feather": "^1.1.6",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8"
"react-scripts": "2.1.8",
"recompose": "^0.30.0"
},
"scripts": {
"start": "react-scripts start",