package.json 515 B

123456789101112131415161718
  1. {
  2. "name": "@material/base",
  3. "description": "The set of base classes for Material Components for the web",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "main": "dist/mdc.base.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-base"
  13. },
  14. "dependencies": {
  15. "tslib": "^2.1.0"
  16. },
  17. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  18. }