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

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "13.0.13",
  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": "^13.0.13",
  9. "@vaadin/vaadin-board": "^2.1.0",
  10. "@vaadin/vaadin-charts": "^6.2.3",
  11. "@vaadin/vaadin-confirm-dialog": "^1.1.4",
  12. "@vaadin/vaadin-cookie-consent": "^1.1.1",
  13. "@vaadin/vaadin-crud": "^1.0.5",
  14. "@vaadin/vaadin-grid-pro": "^1.0.4",
  15. "@vaadin/vaadin-rich-text-editor": "^1.0.4"
  16. },
  17. "files": [],
  18. "scripts": {
  19. "version": "node update-core-version.js && git add bower.json"
  20. },
  21. "keywords": [
  22. "vaadin",
  23. "core",
  24. "elements",
  25. "web",
  26. "components",
  27. "webcomponents",
  28. "web-components"
  29. ]
  30. }