Implement polythene components
parent
3ae3cd58
No related branches found
No related tags found
... | ... | @@ -18,16 +18,18 @@ |
"license": "ISC", | ||
"dependencies": { | ||
"ajv": "^5.5.0", | ||
"email-validator": "^1.1.1", | ||
"babel-core": "^6.26.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.1", | ||
"compression-webpack-plugin": "^1.0.1", | ||
"email-validator": "^1.1.1", | ||
"eslint": "^4.10.0", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"mithril": "^1.1.5", | ||
"polythene-css": "^1.0.0", | ||
"polythene-mithril": "^1.0.0", | ||
"uglifyjs-webpack-plugin": "^1.0.1", | ||
"webpack": "^3.8.1", | ||
"webpack-dev-server": "^2.9.3" | ||
... | ... |
src/components/Button.js
0 → 100644
Please register or sign in to comment