UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@material/switch",
3 "description": "The Material Components for the web switch component",
4 "version": "13.0.0",
5 "license": "MIT",
6 "keywords": [
7 "material components",
8 "material design",
9 "switch"
10 ],
11 "main": "dist/mdc.switch.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-switch"
18 },
19 "dependencies": {
20 "@material/animation": "^13.0.0",
21 "@material/base": "^13.0.0",
22 "@material/density": "^13.0.0",
23 "@material/dom": "^13.0.0",
24 "@material/elevation": "^13.0.0",
25 "@material/feature-targeting": "^13.0.0",
26 "@material/ripple": "^13.0.0",
27 "@material/rtl": "^13.0.0",
28 "@material/shape": "^13.0.0",
29 "@material/theme": "^13.0.0",
30 "@material/tokens": "^13.0.0",
31 "tslib": "^2.1.0"
32 },
33 "publishConfig": {
34 "access": "public"
35 },
36 "gitHead": "198431fcd8ff3028934d2cf3a5b292f8482a4570"
37}