package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@material/dialog",
  3. "version": "15.0.0-canary.90291f2e2.0",
  4. "description": "The Material Components Web dialog component",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "dialog",
  10. "modal"
  11. ],
  12. "main": "dist/mdc.dialog.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-dialog"
  19. },
  20. "dependencies": {
  21. "@material/animation": "15.0.0-canary.90291f2e2.0",
  22. "@material/base": "15.0.0-canary.90291f2e2.0",
  23. "@material/button": "15.0.0-canary.90291f2e2.0",
  24. "@material/dom": "15.0.0-canary.90291f2e2.0",
  25. "@material/elevation": "15.0.0-canary.90291f2e2.0",
  26. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  27. "@material/icon-button": "15.0.0-canary.90291f2e2.0",
  28. "@material/ripple": "15.0.0-canary.90291f2e2.0",
  29. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  30. "@material/shape": "15.0.0-canary.90291f2e2.0",
  31. "@material/theme": "15.0.0-canary.90291f2e2.0",
  32. "@material/tokens": "15.0.0-canary.90291f2e2.0",
  33. "@material/touch-target": "15.0.0-canary.90291f2e2.0",
  34. "@material/typography": "15.0.0-canary.90291f2e2.0",
  35. "tslib": "^2.1.0"
  36. },
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  41. }