@haxtheweb/haxcms-nodejs
Version:
HAXcms single and multisite nodejs server, api, and administration
52 lines (51 loc) • 1.33 kB
JSON
{
"description": "vaadin-button",
"keywords": [
"Vaadin",
"button",
"web-components",
"web-component",
"polymer"
],
"repository": "vaadin/vaadin-button",
"homepage": "https://vaadin.com/components",
"name": "@vaadin/vaadin-button",
"version": "2.4.0",
"main": "vaadin-button.js",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin/vaadin-button/issues"
},
"files": [
"vaadin-*.d.ts",
"vaadin-*.js",
"src",
"theme"
],
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-control-state-mixin": "^2.2.1",
"@vaadin/vaadin-themable-mixin": "^1.6.1",
"@vaadin/vaadin-lumo-styles": "^1.3.3",
"@vaadin/vaadin-material-styles": "^1.2.0",
"@vaadin/vaadin-element-mixin": "^2.4.1"
},
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-icon": "^3.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.1",
"@vaadin/vaadin-demo-helpers": "^3.0.0"
}
}