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 864B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "",
  4. "description": "Vaadin Elements is an evolving set of open source custom HTML elements 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-beta1",
  9. "@vaadin/vaadin-board": "2.1.0",
  10. "@vaadin/vaadin-charts": "6.2.1",
  11. "@vaadin/vaadin-confirm-dialog": "1.1.0",
  12. "@vaadin/vaadin-cookie-consent": "1.1.0",
  13. "@vaadin/vaadin-app-layout": "1.0.0",
  14. "@vaadin/vaadin-crud": "1.0.0"
  15. },
  16. "files": [],
  17. "scripts": {
  18. "version": "node update-core-version.js && git add bower.json"
  19. },
  20. "keywords": [
  21. "vaadin",
  22. "core",
  23. "elements",
  24. "web",
  25. "components",
  26. "webcomponents",
  27. "web-components"
  28. ]
  29. }