2021-09-28 18:04:01 +00:00

38 lines
1.0 KiB
JSON

{
"name": "@material/mwc-button",
"version": "0.25.1",
"description": "Material Design button web component",
"keywords": [
"material design",
"web components",
"button"
],
"main": "mwc-button.js",
"module": "mwc-button.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/button"
},
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-icon": "^0.25.1",
"@material/mwc-ripple": "^0.25.1",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"scripts": {
"build:style": "node ../../scripts/sass-to-lit-css/index.js styles.scss demo_styles.scss"
},
"devDependencies": {
"@material/button": "=14.0.0-canary.86b50ef74.0",
"@material/elevation": "=14.0.0-canary.86b50ef74.0",
"@material/ripple": "=14.0.0-canary.86b50ef74.0",
"@material/shape": "=14.0.0-canary.86b50ef74.0",
"@material/theme": "=14.0.0-canary.86b50ef74.0"
},
"publishConfig": {
"access": "public"
}
}