package.json 1.1 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@material/segmented-button",
  3. "version": "15.0.0-canary.90291f2e2.0",
  4. "description": "The Material Components for the web segmented button component",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/material-components/material-components-web.git",
  9. "directory": "packages/mdc-segmented-button"
  10. },
  11. "keywords": [
  12. "material components",
  13. "material design",
  14. "segmented button"
  15. ],
  16. "publishConfig": {
  17. "access": "public"
  18. },
  19. "dependencies": {
  20. "@material/base": "15.0.0-canary.90291f2e2.0",
  21. "@material/elevation": "15.0.0-canary.90291f2e2.0",
  22. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  23. "@material/ripple": "15.0.0-canary.90291f2e2.0",
  24. "@material/theme": "15.0.0-canary.90291f2e2.0",
  25. "@material/touch-target": "15.0.0-canary.90291f2e2.0",
  26. "@material/typography": "15.0.0-canary.90291f2e2.0",
  27. "tslib": "^2.1.0"
  28. },
  29. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  30. }