package.json 864 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@material/touch-target",
  3. "description": "Touch target mixins and variables for Material Components for the web",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "accessibility",
  10. "touch target"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/material-components/material-components-web.git",
  15. "directory": "packages/mdc-touch-target"
  16. },
  17. "sideEffects": false,
  18. "dependencies": {
  19. "@material/base": "15.0.0-canary.90291f2e2.0",
  20. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  21. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  22. "@material/theme": "15.0.0-canary.90291f2e2.0",
  23. "tslib": "^2.1.0"
  24. },
  25. "publishConfig": {
  26. "access": "public"
  27. },
  28. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  29. }