package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@material/chips",
  3. "description": "The Material Components for the Web chips component",
  4. "version": "15.0.0-canary.90291f2e2.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": "15.0.0-canary.90291f2e2.0",
  24. "@material/base": "15.0.0-canary.90291f2e2.0",
  25. "@material/checkbox": "15.0.0-canary.90291f2e2.0",
  26. "@material/density": "15.0.0-canary.90291f2e2.0",
  27. "@material/dom": "15.0.0-canary.90291f2e2.0",
  28. "@material/elevation": "15.0.0-canary.90291f2e2.0",
  29. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  30. "@material/focus-ring": "15.0.0-canary.90291f2e2.0",
  31. "@material/ripple": "15.0.0-canary.90291f2e2.0",
  32. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  33. "@material/shape": "15.0.0-canary.90291f2e2.0",
  34. "@material/theme": "15.0.0-canary.90291f2e2.0",
  35. "@material/tokens": "15.0.0-canary.90291f2e2.0",
  36. "@material/touch-target": "15.0.0-canary.90291f2e2.0",
  37. "@material/typography": "15.0.0-canary.90291f2e2.0",
  38. "safevalues": "^0.3.4",
  39. "tslib": "^2.1.0"
  40. },
  41. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  42. }