@material/react-text-field
Version:
Material Components React Text Field
34 lines (33 loc) • 835 B
JSON
{
"name": "@material/react-text-field",
"version": "0.15.0",
"description": "Material Components React Text Field",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"mdc web react",
"material components react",
"material design",
"text field",
"textfield"
],
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-react.git",
"directory": "packages/text-field"
},
"peerDependencies": {
"react": "^16.4.2"
},
"dependencies": {
"@material/react-floating-label": "^0.15.0",
"@material/react-line-ripple": "^0.15.0",
"@material/react-notched-outline": "^0.15.0",
"@material/textfield": "^2.3.1",
"classnames": "^2.2.6"
},
"publishConfig": {
"access": "public"
}
}