aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 4960937e54554f922ef051b7f19d2d5886438016 (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
31
32
33
{
  "name": "@vaadin/vaadin",
  "version": "14.7.0-rc1",
  "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/cval-3.0)",
  "main": "vaadin.js",
  "dependencies": {
    "@vaadin/vaadin-board": "^2.2.0",
    "@vaadin/vaadin-charts": "^6.3.1",
    "@vaadin/vaadin-confirm-dialog": "^1.3.0",
    "@vaadin/vaadin-cookie-consent": "^1.2.0",
    "@vaadin/vaadin-core": "^14.7.0",
    "@vaadin/vaadin-crud": "^1.3.1",
    "@vaadin/vaadin-grid-pro": "^2.3.0",
    "@vaadin/vaadin-rich-text-editor": "^1.3.0"
  },
  "files": [
    "vaadin.js"
  ],
  "scripts": {
    "version": "node update-core-version.js && git add bower.json"
  },
  "keywords": [
    "vaadin",
    "core",
    "elements",
    "web",
    "components",
    "webcomponents",
    "web-components"
  ]
}