UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@material/textfield",
3 "description": "The Material Components for the web text field component",
4 "version": "13.0.0",
5 "license": "MIT",
6 "keywords": [
7 "material components",
8 "material design",
9 "textfield",
10 "text field"
11 ],
12 "main": "dist/mdc.textfield.js",
13 "module": "index.js",
14 "sideEffects": false,
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/material-components/material-components-web.git",
18 "directory": "packages/mdc-textfield"
19 },
20 "dependencies": {
21 "@material/animation": "^13.0.0",
22 "@material/base": "^13.0.0",
23 "@material/density": "^13.0.0",
24 "@material/dom": "^13.0.0",
25 "@material/feature-targeting": "^13.0.0",
26 "@material/floating-label": "^13.0.0",
27 "@material/line-ripple": "^13.0.0",
28 "@material/notched-outline": "^13.0.0",
29 "@material/ripple": "^13.0.0",
30 "@material/rtl": "^13.0.0",
31 "@material/shape": "^13.0.0",
32 "@material/theme": "^13.0.0",
33 "@material/typography": "^13.0.0",
34 "tslib": "^2.1.0"
35 },
36 "gitHead": "198431fcd8ff3028934d2cf3a5b292f8482a4570"
37}