package.json 1.1 KB

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