UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@material/chips",
3 "description": "The Material Components for the Web chips component",
4 "version": "14.0.0",
5 "license": "MIT",
6 "main": "dist/mdc.chips.js",
7 "module": "index.js",
8 "sideEffects": false,
9 "keywords": [
10 "material components",
11 "material design",
12 "chips"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/material-components/material-components-web.git",
17 "directory": "packages/mdc-chips"
18 },
19 "publishConfig": {
20 "access": "public"
21 },
22 "dependencies": {
23 "@material/animation": "^14.0.0",
24 "@material/base": "^14.0.0",
25 "@material/checkbox": "^14.0.0",
26 "@material/density": "^14.0.0",
27 "@material/dom": "^14.0.0",
28 "@material/elevation": "^14.0.0",
29 "@material/feature-targeting": "^14.0.0",
30 "@material/focus-ring": "^14.0.0",
31 "@material/ripple": "^14.0.0",
32 "@material/rtl": "^14.0.0",
33 "@material/shape": "^14.0.0",
34 "@material/theme": "^14.0.0",
35 "@material/tokens": "^14.0.0",
36 "@material/touch-target": "^14.0.0",
37 "@material/typography": "^14.0.0",
38 "tslib": "^2.1.0"
39 },
40 "gitHead": "432c815e58d61a257742836f816cf95e271e6ea1"
41}