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
|
{
"name": "vaadin-core",
"authors": [
"Vaadin Ltd"
],
"description": "Vaadin components is an evolving set of free, open sourced custom HTML elements, built using Polymer.",
"license": "Apache-2.0",
"keywords": [
"vaadin",
"core",
"elements",
"web",
"components",
"webcomponents",
"web-components",
"element-collection"
],
"main": "vaadin-core.html",
"ignore": [
"**/.*",
"**/node_modules",
"**/bower_components",
"**/test",
"**/tests"
],
"dependencies": {
"vaadin-button": "vaadin/vaadin-button#md-preview",
"vaadin-checkbox": "vaadin/vaadin-checkbox#md-preview",
"vaadin-combo-box": "vaadin/vaadin-combo-box#md-preview",
"vaadin-context-menu": "vaadin/vaadin-context-menu#md-preview",
"vaadin-date-picker": "vaadin/vaadin-date-picker#md-preview",
"vaadin-dialog": "vaadin/vaadin-dialog#md-preview",
"vaadin-dropdown-menu": "vaadin/vaadin-dropdown-menu#md-preview",
"vaadin-form-layout": "vaadin/vaadin-form-layout#md-preview",
"vaadin-grid": "vaadin/vaadin-grid#md-preview",
"vaadin-icons": "vaadin/vaadin-icons#4.1.4",
"vaadin-item": "vaadin/vaadin-item#md-preview",
"vaadin-list-box": "vaadin/vaadin-list-box#md-preview",
"vaadin-lumo-styles": "vaadin/vaadin-lumo-styles#^1.0.0",
"vaadin-material-styles": "vaadin/vaadin-material-styles#md-preview",
"vaadin-notification": "vaadin/vaadin-notification#md-preview",
"vaadin-ordered-layout": "vaadin/vaadin-ordered-layout#md-preview",
"vaadin-progress-bar": "vaadin/vaadin-progress-bar#md-preview",
"vaadin-radio-button": "vaadin/vaadin-radio-button#md-preview",
"vaadin-split-layout": "vaadin/vaadin-split-layout#md-preview",
"vaadin-tabs": "vaadin/vaadin-tabs#md-preview",
"vaadin-text-field": "vaadin/vaadin-text-field#md-preview",
"vaadin-upload": "vaadin/vaadin-upload#md-preview"
}
}
|