UNPKG

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