Skip to content

Commit 4ee7548

Browse files
committed
Add styled-components to project
1 parent ec7c2d1 commit 4ee7548

File tree

3 files changed

+92
-2
lines changed

3 files changed

+92
-2
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
],
8484
"@babel/plugin-proposal-nullish-coalescing-operator",
8585
"@babel/plugin-proposal-do-expressions",
86-
"@babel/plugin-proposal-function-bind"
86+
"@babel/plugin-proposal-function-bind",
87+
"babel-plugin-styled-components"
8788
]
8889
}

package-lock.json

Lines changed: 88 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"archiver": "^1.1.0",
103103
"async": "^2.6.1",
104104
"axios": "^0.18.1",
105+
"babel-plugin-styled-components": "^1.10.6",
105106
"bcrypt-nodejs": "0.0.3",
106107
"blob-util": "^1.2.1",
107108
"body-parser": "^1.18.3",
@@ -175,6 +176,7 @@
175176
"sinon-mongoose": "^2.3.0",
176177
"slugify": "^1.3.4",
177178
"srcdoc-polyfill": "^0.2.0",
179+
"styled-components": "^5.0.0",
178180
"url": "^0.11.0",
179181
"webpack": "^4.39.2",
180182
"webpack-dev-middleware": "^2.0.6",

0 commit comments

Comments
 (0)