summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 730ec804f9ee72e12e6b0fe5c65a46f98ee3f20a (plain)
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
{
  "name": "@vaadin/vaadin",
  "version": "21.0.7",
  "description": "Vaadin components is an evolving set of open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
  "author": "Vaadin Ltd",
  "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cvdl-4.0)",
  "main": "vaadin.js",
  "dependencies": {
    "@vaadin/vaadin-board": "21.0.5",
    "@vaadin/vaadin-charts": "21.0.5",
    "@vaadin/vaadin-confirm-dialog": "21.0.5",
    "@vaadin/vaadin-cookie-consent": "21.0.5",
    "@vaadin/vaadin-core": "21.0.8",
    "@vaadin/vaadin-crud": "21.0.5",
    "@vaadin/vaadin-grid-pro": "21.0.5",
    "@vaadin/vaadin-rich-text-editor": "21.0.5"
  },
  "files": [
    "vaadin.js"
  ],
  "keywords": [
    "vaadin",
    "core",
    "elements",
    "web",
    "components",
    "webcomponents",
    "web-components"
  ]
}