@material/menu
Version:
The Material Components for the web menu component
33 lines (32 loc) • 893 B
JSON
{
"name": "@material/menu",
"version": "14.0.0",
"description": "The Material Components for the web menu component",
"license": "MIT",
"keywords": [
"material components",
"material design",
"menu"
],
"main": "dist/mdc.menu.js",
"module": "index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
"directory": "packages/mdc-menu"
},
"dependencies": {
"@material/base": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/list": "^14.0.0",
"@material/menu-surface": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/theme": "^14.0.0",
"tslib": "^2.1.0"
},
"gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
}