You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 860B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "12.0.0-alpha3",
  4. "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.",
  5. "author": "Vaadin Ltd",
  6. "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)",
  7. "dependencies": {
  8. "@vaadin/vaadin-core": "12.0.0-alpha3",
  9. "@vaadin/vaadin-board": "2.1.0-alpha1",
  10. "@vaadin/vaadin-charts": "6.2.0-alpha1",
  11. "@vaadin/vaadin-confirm-dialog": "1.1.0-alpha1",
  12. "@vaadin/vaadin-cookie-consent": "1.1.0-alpha2"
  13. },
  14. "scripts": {
  15. "version": "node update-core-version.js && git add bower.json"
  16. },
  17. "devDependencies": {},
  18. "keywords": [
  19. "vaadin",
  20. "core",
  21. "elements",
  22. "web",
  23. "components",
  24. "webcomponents",
  25. "web-components"
  26. ]
  27. }