UI structure (basic cards + css modules setup)

This commit is contained in:
Cássio Zen
2016-06-28 15:28:42 -03:00
parent 5f0ec91015
commit c6babdecff
9 changed files with 84 additions and 0 deletions

View File

@ -27,6 +27,7 @@
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.2",
"babel-runtime": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.1",
"eslint-plugin-react": "^5.1.1",
@ -39,6 +40,8 @@
"mocha": "^2.4.5",
"moment": "^2.11.2",
"normalizr": "^2.0.0",
"postcss-cssnext": "^2.7.0",
"postcss-loader": "^0.9.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-immutable-proptypes": "^1.6.0",