package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@material/select",
  3. "description": "The Material Components web select (text field drop-down) component",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "select",
  10. "multi select"
  11. ],
  12. "main": "dist/mdc.select.js",
  13. "module": "index.js",
  14. "sideEffects": false,
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/material-components/material-components-web.git",
  18. "directory": "packages/mdc-select"
  19. },
  20. "dependencies": {
  21. "@material/animation": "15.0.0-canary.90291f2e2.0",
  22. "@material/base": "15.0.0-canary.90291f2e2.0",
  23. "@material/density": "15.0.0-canary.90291f2e2.0",
  24. "@material/dom": "15.0.0-canary.90291f2e2.0",
  25. "@material/elevation": "15.0.0-canary.90291f2e2.0",
  26. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  27. "@material/floating-label": "15.0.0-canary.90291f2e2.0",
  28. "@material/line-ripple": "15.0.0-canary.90291f2e2.0",
  29. "@material/list": "15.0.0-canary.90291f2e2.0",
  30. "@material/menu": "15.0.0-canary.90291f2e2.0",
  31. "@material/menu-surface": "15.0.0-canary.90291f2e2.0",
  32. "@material/notched-outline": "15.0.0-canary.90291f2e2.0",
  33. "@material/ripple": "15.0.0-canary.90291f2e2.0",
  34. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  35. "@material/shape": "15.0.0-canary.90291f2e2.0",
  36. "@material/theme": "15.0.0-canary.90291f2e2.0",
  37. "@material/tokens": "15.0.0-canary.90291f2e2.0",
  38. "@material/typography": "15.0.0-canary.90291f2e2.0",
  39. "tslib": "^2.1.0"
  40. },
  41. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  42. }