1 | {
|
2 | "name": "material-components-web",
|
3 | "description": "Modular and customizable Material Design UI components for the web",
|
4 | "version": "14.0.0",
|
5 | "license": "MIT",
|
6 | "keywords": [
|
7 | "material components",
|
8 | "material design"
|
9 | ],
|
10 | "main": "dist/material-components-web.js",
|
11 | "module": "index.js",
|
12 | "sideEffects": false,
|
13 | "types": "dist/material-components-web.d.ts",
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "https://github.com/material-components/material-components-web.git",
|
17 | "directory": "packages/material-components-web"
|
18 | },
|
19 | "dependencies": {
|
20 | "@material/animation": "^14.0.0",
|
21 | "@material/auto-init": "^14.0.0",
|
22 | "@material/banner": "^14.0.0",
|
23 | "@material/base": "^14.0.0",
|
24 | "@material/button": "^14.0.0",
|
25 | "@material/card": "^14.0.0",
|
26 | "@material/checkbox": "^14.0.0",
|
27 | "@material/chips": "^14.0.0",
|
28 | "@material/circular-progress": "^14.0.0",
|
29 | "@material/data-table": "^14.0.0",
|
30 | "@material/density": "^14.0.0",
|
31 | "@material/dialog": "^14.0.0",
|
32 | "@material/dom": "^14.0.0",
|
33 | "@material/drawer": "^14.0.0",
|
34 | "@material/elevation": "^14.0.0",
|
35 | "@material/fab": "^14.0.0",
|
36 | "@material/feature-targeting": "^14.0.0",
|
37 | "@material/floating-label": "^14.0.0",
|
38 | "@material/focus-ring": "^14.0.0",
|
39 | "@material/form-field": "^14.0.0",
|
40 | "@material/icon-button": "^14.0.0",
|
41 | "@material/image-list": "^14.0.0",
|
42 | "@material/layout-grid": "^14.0.0",
|
43 | "@material/line-ripple": "^14.0.0",
|
44 | "@material/linear-progress": "^14.0.0",
|
45 | "@material/list": "^14.0.0",
|
46 | "@material/menu": "^14.0.0",
|
47 | "@material/menu-surface": "^14.0.0",
|
48 | "@material/notched-outline": "^14.0.0",
|
49 | "@material/radio": "^14.0.0",
|
50 | "@material/ripple": "^14.0.0",
|
51 | "@material/rtl": "^14.0.0",
|
52 | "@material/segmented-button": "^14.0.0",
|
53 | "@material/select": "^14.0.0",
|
54 | "@material/shape": "^14.0.0",
|
55 | "@material/slider": "^14.0.0",
|
56 | "@material/snackbar": "^14.0.0",
|
57 | "@material/switch": "^14.0.0",
|
58 | "@material/tab": "^14.0.0",
|
59 | "@material/tab-bar": "^14.0.0",
|
60 | "@material/tab-indicator": "^14.0.0",
|
61 | "@material/tab-scroller": "^14.0.0",
|
62 | "@material/textfield": "^14.0.0",
|
63 | "@material/theme": "^14.0.0",
|
64 | "@material/tokens": "^14.0.0",
|
65 | "@material/tooltip": "^14.0.0",
|
66 | "@material/top-app-bar": "^14.0.0",
|
67 | "@material/touch-target": "^14.0.0",
|
68 | "@material/typography": "^14.0.0"
|
69 | },
|
70 | "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
|
71 | }
|