UNPKG

@vaadin/master-detail-layout

Version:

Web component for building UIs with a master area and a detail area.

55 lines (54 loc) 1.39 kB
{ "name": "@vaadin/master-detail-layout", "version": "24.8.5", "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.5", "@vaadin/component-base": "~24.8.5", "@vaadin/vaadin-lumo-styles": "~24.8.5", "@vaadin/vaadin-material-styles": "~24.8.5", "@vaadin/vaadin-themable-mixin": "~24.8.5", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/chai-plugins": "~24.8.5", "@vaadin/testing-helpers": "^1.1.0", "sinon": "^18.0.0" }, "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "a519b0d2b1d09d1ddaa4ff6829819f8a2be30ad8" }