material-ui
Version:
React Components that Implement Google's Material Design.
41 lines • 1.06 kB
JSON
{
"name": "material-ui",
"author": "Material-UI Team",
"version": "0.19.4",
"description": "React Components that Implement Google's Material Design.",
"main": "./index.js",
"module": "./index.es.js",
"jsnext:main": "./index.es.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui"
],
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/callemall/material-ui/issues"
},
"homepage": "http://material-ui.com/",
"peerDependencies": {
"react": "^15.4.0 || ^16.0.0",
"react-dom": "^15.4.0 || ^16.0.0"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"inline-style-prefixer": "^3.0.2",
"keycode": "^2.1.8",
"lodash.merge": "^4.6.0",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.7",
"react-event-listener": "^0.5.1",
"react-transition-group": "^1.2.1",
"recompose": "^0.26.0",
"simple-assign": "^0.1.0",
"warning": "^3.0.0"
}
}