1 | {
|
2 | "name": "@material/floating-label",
|
3 | "description": "The Material Components for the web floating-label component",
|
4 | "version": "14.0.0",
|
5 | "license": "MIT",
|
6 | "keywords": [
|
7 | "material components",
|
8 | "material design",
|
9 | "floatinglabel",
|
10 | "floating label"
|
11 | ],
|
12 | "main": "dist/mdc.floatingLabel.js",
|
13 | "module": "index.js",
|
14 | "sideEffects": false,
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "git+https://github.com/material-components/material-components-web.git",
|
18 | "directory": "packages/mdc-floating-label"
|
19 | },
|
20 | "publishConfig": {
|
21 | "access": "public"
|
22 | },
|
23 | "dependencies": {
|
24 | "@material/animation": "^14.0.0",
|
25 | "@material/base": "^14.0.0",
|
26 | "@material/dom": "^14.0.0",
|
27 | "@material/feature-targeting": "^14.0.0",
|
28 | "@material/rtl": "^14.0.0",
|
29 | "@material/theme": "^14.0.0",
|
30 | "@material/typography": "^14.0.0",
|
31 | "tslib": "^2.1.0"
|
32 | },
|
33 | "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
|
34 | }
|