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