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