@material/linear-progress
Version:
The Material Components for the web linear progress indicator component
34 lines (33 loc) • 944 B
JSON
{
"name": "@material/linear-progress",
"description": "The Material Components for the web linear progress indicator component",
"version": "14.0.0",
"license": "MIT",
"main": "dist/mdc.linearProgress.js",
"module": "index.js",
"sideEffects": false,
"keywords": [
"material components",
"material design",
"linear progress"
],
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
"directory": "packages/mdc-linear-progress"
},
"dependencies": {
"@material/animation": "^14.0.0",
"@material/base": "^14.0.0",
"@material/dom": "^14.0.0",
"@material/feature-targeting": "^14.0.0",
"@material/progress-indicator": "^14.0.0",
"@material/rtl": "^14.0.0",
"@material/theme": "^14.0.0",
"tslib": "^2.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
}