overlaypackage.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
The newest version!
{
"name": "@vaadin/overlay",
"version": "24.4.9",
"publishConfig": {
"access": "public"
},
"description": "vaadin-overlay",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/overlay"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-overlay.js",
"module": "vaadin-overlay.js",
"type": "module",
"files": [
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js"
],
"keywords": [
"Vaadin",
"vaadin-overlay",
"overlay",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.4.9",
"@vaadin/component-base": "~24.4.9",
"@vaadin/vaadin-lumo-styles": "~24.4.9",
"@vaadin/vaadin-material-styles": "~24.4.9",
"@vaadin/vaadin-themable-mixin": "~24.4.9",
"lit": "^3.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
},
"gitHead": "307487f7c2dc7356f5c505a6c2b831bb513c7c79"
}