package.json 678 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@material/dom",
  3. "description": "DOM manipulation utilities for Material Components for the web",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "main": "dist/mdc.dom.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-dom"
  13. },
  14. "publishConfig": {
  15. "access": "public"
  16. },
  17. "dependencies": {
  18. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  19. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  20. "tslib": "^2.1.0"
  21. },
  22. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  23. }