-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 2.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@vaadin-component-factory/vcf-date-range-picker",
"version": "5.0.2",
"description": "Polymer element providing a date range selection field with scrollable month calendar",
"main": "vcf-date-range-picker.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vaadin-component-factory/vcf-date-range-picker.git"
},
"keywords": [
"Vaadin",
"vaadin-component-factory",
"vcf-date-range-picker",
"web-components",
"web-component",
"polymer"
],
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vaadin-component-factory/vcf-date-range-picker/issues"
},
"homepage": "https://github.com/vaadin-component-factory/vcf-date-range-picker#readme",
"files": [
"vaadin-*.d.ts",
"vaadin-*.js",
"@types",
"src",
"theme"
],
"dependencies": {
"@polymer/iron-a11y-announcer": "^3.0.0",
"@polymer/iron-a11y-keys-behavior": "^3.0.0",
"@polymer/iron-media-query": "^3.0.0",
"@polymer/iron-resizable-behavior": "^3.0.1",
"@polymer/polymer": "^3.3.0",
"@vaadin/button": "^24.2.0",
"@vaadin/component-base": "^24.2.0",
"@vaadin/form-layout": "^24.2.0",
"@vaadin/overlay": "^24.2.0",
"@vaadin/polymer-legacy-adapter": "^24.2.2",
"@vaadin/text-field": "^24.2.0",
"@vaadin/vaadin-control-state-mixin": "^21.0.5",
"@vaadin/vaadin-lumo-styles": "^24.2.0",
"@vaadin/vaadin-material-styles": "^24.2.0",
"@vaadin/vaadin-themable-mixin": "^24.2.0"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@polymer/iron-form": "^3.0.0",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-input": "^3.0.1",
"@polymer/iron-test-helpers": "^3.0.0",
"@vaadin/custom-field": "^24.2.0",
"@vaadin/dialog": "^24.2.0",
"@vaadin/icons": "^24.2.0",
"sugar": "^2.0.0",
"wct-browser-legacy": "^1.0.1"
},
"scripts": {
"test": "wct",
"lint": "eslint src/*.js",
"start": "polymer serve -o",
"build:demo": "webpack",
"publish": "node publish.js"
}
}