Styling TodoMVC Application
Styling Approach
What is Radium?
Prerequisites
diff --git a/package.json b/package.json
index ab8b985..ea783a3 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,7 @@
"dependencies": {
"express": "^4.15.4",
"immutable": "^3.8.1",
+ "radium": "^0.19.4",
"react": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
@@ -45,6 +46,8 @@
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
+ "babel-plugin-transform-decorators": "^6.24.1",
+ "babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
(END)Last updated
Was this helpful?