package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component-base Show documentation
Show all versions of component-base Show documentation
Vaadin component base mixins
{
"name": "@vaadin/component-base",
"version": "24.4.6",
"publishConfig": {
"access": "public"
},
"description": "Vaadin component base mixins",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/component-base"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components"
},
"main": "index.js",
"module": "index.js",
"type": "module",
"files": [
"custom_typings",
"index.d.ts",
"index.js",
"src"
],
"keywords": [
"Vaadin",
"web-components",
"web-component"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-development-mode-detector": "^2.0.0",
"@vaadin/vaadin-usage-statistics": "^2.1.0",
"lit": "^3.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
},
"gitHead": "46d3cdb72eb99d544c7bb86c3de95043b9e5857f"
}