@material/grid-list
Version:
The Material Components for the web grid list component
33 lines (32 loc) • 857 B
JSON
{
"name": "@material/grid-list",
"version": "4.0.0",
"description": "The Material Components for the web grid list component",
"license": "MIT",
"main": "dist/mdc.gridList.js",
"module": "index.js",
"sideEffects": false,
"types": "dist/mdc.gridList.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web.git",
"directory": "packages/mdc-grid-list"
},
"keywords": [
"material components",
"material design",
"grid list"
],
"dependencies": {
"@material/base": "^4.0.0",
"@material/feature-targeting": "^4.0.0",
"@material/rtl": "^4.0.0",
"@material/theme": "^4.0.0",
"@material/typography": "^4.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8fcbb009cd3b5cc004b302613dd55ab4b5d6ef72"
}