{
  "name": "@vaadin/master-detail-layout",
  "version": "24.8.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Web component for building UIs with a master area and a detail area.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/web-components.git",
    "directory": "packages/master-detail-layout"
  },
  "author": "Vaadin Ltd",
  "homepage": "https://vaadin.com/components",
  "bugs": {
    "url": "https://github.com/vaadin/web-components/issues"
  },
  "main": "vaadin-master-detail-layout.js",
  "module": "vaadin-master-detail-layout.js",
  "type": "module",
  "files": [
    "src",
    "theme",
    "vaadin-*.d.ts",
    "vaadin-*.js",
    "web-types.json",
    "web-types.lit.json"
  ],
  "keywords": [
    "Vaadin",
    "master-detail",
    "web-components",
    "web-component"
  ],
  "dependencies": {
    "@vaadin/a11y-base": "^24.8.0",
    "@vaadin/component-base": "^24.8.0",
    "@vaadin/vaadin-lumo-styles": "^24.8.0",
    "@vaadin/vaadin-material-styles": "^24.8.0",
    "@vaadin/vaadin-themable-mixin": "^24.8.0",
    "lit": "^3.0.0"
  },
  "devDependencies": {
    "@vaadin/chai-plugins": "^24.8.0",
    "@vaadin/testing-helpers": "^1.1.0",
    "sinon": "^18.0.0"
  },
  "web-types": [
    "web-types.json",
    "web-types.lit.json"
  ],
  "gitHead": "2665af61706d16ce398ce55817b70c7bb1ac8b81"
}
