UNPKG

652 BJSONView Raw
1{
2 "name": "@material/typography",
3 "description": "Typography classes, mixins, and variables for Material Components for the web",
4 "version": "14.0.0",
5 "license": "MIT",
6 "keywords": [
7 "material components",
8 "material design",
9 "typography",
10 "font"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/material-components/material-components-web.git",
15 "directory": "packages/mdc-typography"
16 },
17 "sideEffects": false,
18 "dependencies": {
19 "@material/feature-targeting": "^14.0.0",
20 "@material/theme": "^14.0.0",
21 "tslib": "^2.1.0"
22 },
23 "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
24}