@spectrum-css/menu
Version:
The Spectrum CSS menu component
83 lines (82 loc) • 2 kB
JSON
{
"name": "@spectrum-css/menu",
"version": "9.2.0",
"description": "The Spectrum CSS menu component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-menu--docs",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/menu"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"exports": {
".": "./dist/index.css",
"./*.md": "./*.md",
"./dist/*": "./dist/*",
"./index-*.css": "./dist/index-*.css",
"./index.css": "./dist/index.css",
"./metadata.json": "./dist/metadata.json",
"./package.json": "./package.json",
"./stories/*": "./stories/*"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/checkbox": ">=10.0.0 <11.0.0",
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/switch": ">=6.0.0 <7.0.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
"@spectrum-css/tray": ">=5.0.0 <6.0.0"
},
"peerDependenciesMeta": {
"@spectrum-css/checkbox": {
"optional": true
},
"@spectrum-css/divider": {
"optional": true
},
"@spectrum-css/icon": {
"optional": true
},
"@spectrum-css/switch": {
"optional": true
},
"@spectrum-css/tokens": {
"optional": true
},
"@spectrum-css/tray": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/checkbox": "10.1.2",
"@spectrum-css/divider": "5.1.0",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/switch": "6.1.0",
"@spectrum-css/tokens": "16.0.1",
"@spectrum-css/tray": "5.1.0"
},
"keywords": [
"design-system",
"spectrum",
"spectrum-css",
"adobe",
"adobe-spectrum",
"component",
"css"
],
"publishConfig": {
"access": "public"
},
"spectrum": [
{
"guidelines": "https://spectrum.adobe.com/page/menu",
"rootClass": "spectrum-Menu",
"swc": "https://opensource.adobe.com/spectrum-web-components/components/menu/"
}
]
}