1 | {
|
2 | "name": "@material/image-list",
|
3 | "version": "14.0.0",
|
4 | "description": "The Material Components for the web image list component",
|
5 | "license": "MIT",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/material-components/material-components-web.git",
|
9 | "directory": "packages/mdc-image-list"
|
10 | },
|
11 | "keywords": [
|
12 | "material components",
|
13 | "material design",
|
14 | "image list"
|
15 | ],
|
16 | "sideEffects": false,
|
17 | "dependencies": {
|
18 | "@material/feature-targeting": "^14.0.0",
|
19 | "@material/shape": "^14.0.0",
|
20 | "@material/theme": "^14.0.0",
|
21 | "@material/typography": "^14.0.0",
|
22 | "tslib": "^2.1.0"
|
23 | },
|
24 | "publishConfig": {
|
25 | "access": "public"
|
26 | },
|
27 | "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
|
28 | }
|