@material/toolbar
Version:
The Material Components for the web toolbar component
32 lines (31 loc) • 776 B
JSON
{
"name": "@material/toolbar",
"version": "2.3.0",
"description": "The Material Components for the web toolbar component",
"license": "MIT",
"main": "dist/mdc.toolbar.js",
"module": "index.js",
"sideEffects": false,
"types": "dist/mdc.toolbar.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git"
},
"keywords": [
"material components",
"material design",
"toolbar"
],
"dependencies": {
"@material/base": "^1.0.0",
"@material/elevation": "^1.1.0",
"@material/ripple": "^2.3.0",
"@material/rtl": "^0.42.0",
"@material/theme": "^1.1.0",
"@material/typography": "^2.3.0",
"tslib": "^1.9.3"
},
"publishConfig": {
"access": "public"
}
}