package.json 911 B

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