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