@whatoplay/react-drawer
Version:
Material Components React Drawer
30 lines (29 loc) • 633 B
JSON
{
"name": "@whatoplay/react-drawer",
"version": "0.8.0",
"description": "Material Components React Drawer",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"mdc web react",
"material components react",
"material design",
"material drawer",
"materialdrawer"
],
"repository": {
"type": "git",
"url": "https://github.com/aluminick/material-components-web-react.git"
},
"dependencies": {
"@material/drawer": "^0.43.0",
"@material/list": "^0.41.0",
"classnames": "^2.2.5",
"focus-trap": "^3.0.0",
"react": "^16.4.2"
},
"publishConfig": {
"access": "public"
}
}