@react.material/checkbox
Version:
The React Material Components for the web checkbox component
30 lines (29 loc) • 671 B
JSON
{
"name": "@react.material/checkbox",
"version": "0.2.2",
"description": "The React Material Components for the web checkbox component",
"repository": {
"type": "git",
"url": "https://github.com/ofgeo/react.material.git"
},
"license": "Apache-2.0",
"keywords": [
"material components",
"material design",
"checkbox",
"react",
"reactjs"
],
"main": "dist/index.js",
"dependencies": {
"@material/animation": "^0.25.0",
"@material/checkbox": "^0.27.0",
"classnames": "^2.2.5",
"immutable": "^3.8.2",
"prop-types": "^15.6.0",
"react-dom": "16.0.0"
},
"devDependencies": {
"react": "16.0.0"
}
}