@react-md/menu
Version:
Create menus that auto-position themselves within the viewport and adhere to the accessibility guidelines
68 lines (67 loc) • 1.59 kB
JSON
{
"name": "@react-md/menu",
"version": "2.6.0",
"description": "Create menus that auto-position themselves within the viewport and adhere to the accessibility guidelines",
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./types/index.d.ts",
"sideEffects": [
"dist/**/*"
],
"files": [
"es/*",
"lib/*",
"types/*",
"src/*",
"dist/*"
],
"author": "Mikkel Laursen <mlaursen03@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/mlaursen/react-md.git",
"directory": "packages/menu"
},
"bugs": {
"url": "https://github.com/mlaursen/react-md/issues"
},
"homepage": "https://react-md.dev/packages/menu/demos",
"keywords": [
"accessibility",
"a11y",
"react-md",
"material design",
"react",
"menu",
"dropdown",
"component",
"components"
],
"license": "MIT",
"dependencies": {
"@react-md/app-bar": "^2.6.0",
"@react-md/button": "^2.6.0",
"@react-md/divider": "^2.6.0",
"@react-md/elevation": "^2.6.0",
"@react-md/icon": "^2.6.0",
"@react-md/list": "^2.6.0",
"@react-md/states": "^2.6.0",
"@react-md/theme": "^2.6.0",
"@react-md/typography": "^2.6.0",
"@react-md/utils": "^2.6.0",
"classnames": "^2.2.6"
},
"devDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"peerDependencies": {
"react": ">= 16.8"
},
"optionalDependencies": {
"prop-types": ">= 15.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fe442494d054126c0ba9ee40260d234668e2ba18"
}