39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@material/textfield",
|
|
"description": "The Material Components for the web text field component",
|
|
"version": "14.0.0",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"material components",
|
|
"material design",
|
|
"textfield",
|
|
"text field"
|
|
],
|
|
"main": "dist/mdc.textfield.js",
|
|
"module": "index.js",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/material-components/material-components-web.git",
|
|
"directory": "packages/mdc-textfield"
|
|
},
|
|
"dependencies": {
|
|
"@material/animation": "^14.0.0",
|
|
"@material/base": "^14.0.0",
|
|
"@material/density": "^14.0.0",
|
|
"@material/dom": "^14.0.0",
|
|
"@material/feature-targeting": "^14.0.0",
|
|
"@material/floating-label": "^14.0.0",
|
|
"@material/line-ripple": "^14.0.0",
|
|
"@material/notched-outline": "^14.0.0",
|
|
"@material/ripple": "^14.0.0",
|
|
"@material/rtl": "^14.0.0",
|
|
"@material/shape": "^14.0.0",
|
|
"@material/theme": "^14.0.0",
|
|
"@material/tokens": "^14.0.0",
|
|
"@material/typography": "^14.0.0",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
|
|
}
|