diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json index 3a1d7d1..b4566af 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { - "name": "vaadin", + "name": "@vaadin/vaadin", "version": "12.0.0-alpha3", "description": "Vaadin Elements is an evolving set of open source custom HTML elements, built using Polymer, 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)", "dependencies": { - "bower": "latest" + "@vaadin/vaadin-core": "12.0.0-alpha3", + "@vaadin/vaadin-board": "2.1.0-alpha1", + "@vaadin/vaadin-charts": "6.2.0-alpha1", + "@vaadin/vaadin-confirm-dialog": "1.1.0-alpha1", + "@vaadin/vaadin-cookie-consent": "1.1.0-alpha2" }, "scripts": { "version": "node update-core-version.js && git add bower.json" @@ -20,4 +24,4 @@ "webcomponents", "web-components" ] -} +}
\ No newline at end of file |