@material/mwc-textfield
Version:
Material Design textfield web component
44 lines (43 loc) • 1.39 kB
JSON
{
"name": "@material/mwc-textfield",
"version": "0.27.0",
"description": "Material Design textfield web component",
"keywords": [
"material design",
"web components",
"textfield"
],
"main": "mwc-textfield.js",
"module": "mwc-textfield.js",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web-components.git",
"directory": "packages/textfield"
},
"license": "Apache-2.0",
"dependencies": {
"@material/floating-label": "=14.0.0-canary.53b3cad2f.0",
"@material/line-ripple": "=14.0.0-canary.53b3cad2f.0",
"@material/mwc-base": "^0.27.0",
"@material/mwc-floating-label": "^0.27.0",
"@material/mwc-line-ripple": "^0.27.0",
"@material/mwc-notched-outline": "^0.27.0",
"@material/textfield": "=14.0.0-canary.53b3cad2f.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@material/mwc-icon": "^0.27.0",
"@material/notched-outline": "=14.0.0-canary.53b3cad2f.0",
"@material/ripple": "=14.0.0-canary.53b3cad2f.0",
"@material/shape": "=14.0.0-canary.53b3cad2f.0",
"@material/theme": "=14.0.0-canary.53b3cad2f.0"
},
"scripts": {
"build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-textfield.scss"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c1e876a15bc028034781984538ea803ba67dbed3"
}