package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@material/fab",
  3. "description": "The Material Components for the web floating action button component",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "floating action button",
  10. "fab"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/material-components/material-components-web.git",
  15. "directory": "packages/mdc-fab"
  16. },
  17. "sideEffects": false,
  18. "dependencies": {
  19. "@material/animation": "15.0.0-canary.90291f2e2.0",
  20. "@material/dom": "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/focus-ring": "15.0.0-canary.90291f2e2.0",
  24. "@material/ripple": "15.0.0-canary.90291f2e2.0",
  25. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  26. "@material/shape": "15.0.0-canary.90291f2e2.0",
  27. "@material/theme": "15.0.0-canary.90291f2e2.0",
  28. "@material/tokens": "15.0.0-canary.90291f2e2.0",
  29. "@material/touch-target": "15.0.0-canary.90291f2e2.0",
  30. "@material/typography": "15.0.0-canary.90291f2e2.0",
  31. "tslib": "^2.1.0"
  32. },
  33. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  34. }