mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@material/mwc-switch",
|
|
"version": "0.25.1",
|
|
"description": "Material Design switch web component",
|
|
"keywords": [
|
|
"material design",
|
|
"web components",
|
|
"switch"
|
|
],
|
|
"main": "mwc-switch.js",
|
|
"module": "mwc-switch.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/material-components/material-components-web-components.git",
|
|
"directory": "packages/switch"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@material/mwc-base": "^0.25.1",
|
|
"@material/mwc-ripple": "^0.25.1",
|
|
"@material/switch": "=14.0.0-canary.86b50ef74.0",
|
|
"lit": "^2.0.0",
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@material/dom": "=14.0.0-canary.86b50ef74.0",
|
|
"@material/ripple": "=14.0.0-canary.86b50ef74.0",
|
|
"@material/theme": "=14.0.0-canary.86b50ef74.0"
|
|
},
|
|
"scripts": {
|
|
"build:style": "node ../../scripts/sass-to-lit-css/index.js styles.scss && npm run build:styledeprecated",
|
|
"build:styledeprecated": "node ../../scripts/sass-to-lit-css/index.js deprecated/mwc-switch.scss"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|