material-components-web
Version:
Modular and customizable Material Design UI components for the web
63 lines (62 loc) • 2.04 kB
JSON
{
"name": "material-components-web",
"description": "Modular and customizable Material Design UI components for the web",
"version": "2.3.0",
"license": "MIT",
"keywords": [
"material components",
"material design"
],
"main": "dist/material-components-web.js",
"module": "index.js",
"sideEffects": false,
"types": "dist/material-components-web.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/material-components/material-components-web"
},
"dependencies": {
"@material/animation": "^1.0.0",
"@material/auto-init": "^2.3.0",
"@material/base": "^1.0.0",
"@material/button": "^2.3.0",
"@material/card": "^2.3.0",
"@material/checkbox": "^2.3.0",
"@material/chips": "^2.3.0",
"@material/dialog": "^2.3.0",
"@material/dom": "^1.1.0",
"@material/drawer": "^2.3.0",
"@material/elevation": "^1.1.0",
"@material/fab": "^2.3.0",
"@material/feature-targeting": "^0.44.1",
"@material/floating-label": "^2.3.0",
"@material/form-field": "^2.3.0",
"@material/grid-list": "^2.3.0",
"@material/icon-button": "^2.3.0",
"@material/image-list": "^2.3.0",
"@material/layout-grid": "^0.41.0",
"@material/line-ripple": "^2.3.0",
"@material/linear-progress": "^2.3.0",
"@material/list": "^2.3.0",
"@material/menu": "^2.3.0",
"@material/menu-surface": "^2.3.0",
"@material/notched-outline": "^2.3.0",
"@material/radio": "^2.3.0",
"@material/ripple": "^2.3.0",
"@material/rtl": "^0.42.0",
"@material/select": "^2.3.0",
"@material/shape": "^1.1.1",
"@material/slider": "^2.3.0",
"@material/snackbar": "^2.3.0",
"@material/switch": "^2.3.0",
"@material/tab": "^2.3.0",
"@material/tab-bar": "^2.3.0",
"@material/tab-indicator": "^2.3.0",
"@material/tab-scroller": "^2.3.0",
"@material/textfield": "^2.3.0",
"@material/theme": "^1.1.0",
"@material/toolbar": "^2.3.0",
"@material/top-app-bar": "^2.3.0",
"@material/typography": "^2.3.0"
}
}