1 | {
|
2 | "name": "material-components-web",
|
3 | "description": "Modular and customizable Material Design UI components for the web",
|
4 | "version": "12.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": "^12.0.0",
|
21 | "@material/auto-init": "^12.0.0",
|
22 | "@material/banner": "^12.0.0",
|
23 | "@material/base": "^12.0.0",
|
24 | "@material/button": "^12.0.0",
|
25 | "@material/card": "^12.0.0",
|
26 | "@material/checkbox": "^12.0.0",
|
27 | "@material/chips": "^12.0.0",
|
28 | "@material/circular-progress": "^12.0.0",
|
29 | "@material/data-table": "^12.0.0",
|
30 | "@material/density": "^12.0.0",
|
31 | "@material/dialog": "^12.0.0",
|
32 | "@material/dom": "^12.0.0",
|
33 | "@material/drawer": "^12.0.0",
|
34 | "@material/elevation": "^12.0.0",
|
35 | "@material/fab": "^12.0.0",
|
36 | "@material/feature-targeting": "^12.0.0",
|
37 | "@material/floating-label": "^12.0.0",
|
38 | "@material/form-field": "^12.0.0",
|
39 | "@material/icon-button": "^12.0.0",
|
40 | "@material/image-list": "^12.0.0",
|
41 | "@material/layout-grid": "^12.0.0",
|
42 | "@material/line-ripple": "^12.0.0",
|
43 | "@material/linear-progress": "^12.0.0",
|
44 | "@material/list": "^12.0.0",
|
45 | "@material/menu": "^12.0.0",
|
46 | "@material/menu-surface": "^12.0.0",
|
47 | "@material/notched-outline": "^12.0.0",
|
48 | "@material/radio": "^12.0.0",
|
49 | "@material/ripple": "^12.0.0",
|
50 | "@material/rtl": "^12.0.0",
|
51 | "@material/segmented-button": "^12.0.0",
|
52 | "@material/select": "^12.0.0",
|
53 | "@material/shape": "^12.0.0",
|
54 | "@material/slider": "^12.0.0",
|
55 | "@material/snackbar": "^12.0.0",
|
56 | "@material/switch": "^12.0.0",
|
57 | "@material/tab": "^12.0.0",
|
58 | "@material/tab-bar": "^12.0.0",
|
59 | "@material/tab-indicator": "^12.0.0",
|
60 | "@material/tab-scroller": "^12.0.0",
|
61 | "@material/textfield": "^12.0.0",
|
62 | "@material/theme": "^12.0.0",
|
63 | "@material/tokens": "^12.0.0",
|
64 | "@material/tooltip": "^12.0.0",
|
65 | "@material/top-app-bar": "^12.0.0",
|
66 | "@material/touch-target": "^12.0.0",
|
67 | "@material/typography": "^12.0.0"
|
68 | },
|
69 | "gitHead": "ae85f7eba0d72f4fa5f3e8669cd316336b3e6828"
|
70 | }
|