1 | {
|
2 | "name": "@material/form-field",
|
3 | "description": "Material Components for the web wrapper for laying out form fields and labels next to one another",
|
4 | "version": "14.0.0",
|
5 | "license": "MIT",
|
6 | "keywords": [
|
7 | "material components",
|
8 | "material design",
|
9 | "form"
|
10 | ],
|
11 | "main": "dist/mdc.formField.js",
|
12 | "module": "index.js",
|
13 | "sideEffects": false,
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "https://github.com/material-components/material-components-web.git",
|
17 | "directory": "packages/mdc-form-field"
|
18 | },
|
19 | "dependencies": {
|
20 | "@material/base": "^14.0.0",
|
21 | "@material/feature-targeting": "^14.0.0",
|
22 | "@material/ripple": "^14.0.0",
|
23 | "@material/rtl": "^14.0.0",
|
24 | "@material/theme": "^14.0.0",
|
25 | "@material/typography": "^14.0.0",
|
26 | "tslib": "^2.1.0"
|
27 | },
|
28 | "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
|
29 | }
|