package.json 753 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@material/shape",
  3. "description": "Shape utilities 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. "shape"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/material-components/material-components-web.git",
  14. "directory": "packages/mdc-shape"
  15. },
  16. "publishConfig": {
  17. "access": "public"
  18. },
  19. "sideEffects": false,
  20. "dependencies": {
  21. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  22. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  23. "@material/theme": "15.0.0-canary.90291f2e2.0",
  24. "tslib": "^2.1.0"
  25. },
  26. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  27. }