package.json 979 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@material/form-field",
  3. "description": "Material Components for the web wrapper for laying out form fields and labels next to one another",
  4. "version": "15.0.0-canary.90291f2e2.0",
  5. "license": "MIT",
  6. "keywords": [
  7. "material components",
  8. "material design",
  9. "form"
  10. ],
  11. "main": "dist/mdc.formField.js",
  12. "module": "index.js",
  13. "sideEffects": false,
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/material-components/material-components-web.git",
  17. "directory": "packages/mdc-form-field"
  18. },
  19. "dependencies": {
  20. "@material/base": "15.0.0-canary.90291f2e2.0",
  21. "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
  22. "@material/ripple": "15.0.0-canary.90291f2e2.0",
  23. "@material/rtl": "15.0.0-canary.90291f2e2.0",
  24. "@material/theme": "15.0.0-canary.90291f2e2.0",
  25. "@material/typography": "15.0.0-canary.90291f2e2.0",
  26. "tslib": "^2.1.0"
  27. },
  28. "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
  29. }