UNPKG

890 BJSONView Raw
1{
2 "name": "@material/list",
3 "description": "The Material Components for the web list component",
4 "version": "13.0.0",
5 "license": "MIT",
6 "main": "dist/mdc.list.js",
7 "module": "index.js",
8 "sideEffects": false,
9 "keywords": [
10 "material components",
11 "material design",
12 "list"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/material-components/material-components-web.git",
17 "directory": "packages/mdc-list"
18 },
19 "dependencies": {
20 "@material/base": "^13.0.0",
21 "@material/density": "^13.0.0",
22 "@material/dom": "^13.0.0",
23 "@material/feature-targeting": "^13.0.0",
24 "@material/ripple": "^13.0.0",
25 "@material/rtl": "^13.0.0",
26 "@material/shape": "^13.0.0",
27 "@material/theme": "^13.0.0",
28 "@material/typography": "^13.0.0",
29 "tslib": "^2.1.0"
30 },
31 "gitHead": "198431fcd8ff3028934d2cf3a5b292f8482a4570"
32}