@material/top-app-bar
Version:
The Material Components for the web top app bar component
37 lines (36 loc) • 970 B
JSON
{
"name": "@material/top-app-bar",
"version": "14.0.0",
"description": "The Material Components for the web top app bar component",
"license": "MIT",
"main": "dist/mdc.topAppBar.js",
"module": "index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
"directory": "packages/mdc-top-app-bar"
},
"keywords": [
"material components",
"material design",
"top app bar",
"top-app-bar",
"topappbar"
],
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/shape": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/typography": "^14.0.0",
"tslib": "^2.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
}