time-pickerpackage.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/time-picker",
"version": "24.4.9",
"publishConfig": {
"access": "public"
},
"description": "vaadin-time-picker",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/time-picker"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-time-picker.js",
"module": "vaadin-time-picker.js",
"type": "module",
"files": [
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js",
"web-types.json",
"web-types.lit.json"
],
"keywords": [
"Vaadin",
"vaadin-time-picker",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/combo-box": "~24.4.9",
"@vaadin/component-base": "~24.4.9",
"@vaadin/field-base": "~24.4.9",
"@vaadin/input-container": "~24.4.9",
"@vaadin/item": "~24.4.9",
"@vaadin/overlay": "~24.4.9",
"@vaadin/vaadin-lumo-styles": "~24.4.9",
"@vaadin/vaadin-material-styles": "~24.4.9",
"@vaadin/vaadin-themable-mixin": "~24.4.9"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
},
"web-types": [
"web-types.json",
"web-types.lit.json"
],
"gitHead": "307487f7c2dc7356f5c505a6c2b831bb513c7c79"
}