package.json 601 B

12345678910111213141516171819202122
  1. {
  2. "name": "@material/theme",
  3. "description": "The Material Components for the web theming system",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "theme"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/material-components/material-components-web.git",
  14. "directory": "packages/mdc-theme"
  15. },
  16. "sideEffects": false,
  17. "dependencies": {
  18. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  19. "tslib": "^2.1.0"
  20. },
  21. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  22. }