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

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "14.2.3",
  4. "description": "Vaadin components is an evolving set of open sourced 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. "main": "vaadin.js",
  8. "dependencies": {
  9. "@vaadin/vaadin-board": "^2.1.1",
  10. "@vaadin/vaadin-charts": "^6.2.4",
  11. "@vaadin/vaadin-confirm-dialog": "^1.1.6",
  12. "@vaadin/vaadin-cookie-consent": "^1.1.2",
  13. "@vaadin/vaadin-core": "^14.2.3",
  14. "@vaadin/vaadin-crud": "^1.1.0",
  15. "@vaadin/vaadin-grid-pro": "^2.0.7",
  16. "@vaadin/vaadin-rich-text-editor": "^1.1.1"
  17. },
  18. "files": [
  19. "vaadin.js"
  20. ],
  21. "scripts": {
  22. "version": "node update-core-version.js && git add bower.json"
  23. },
  24. "keywords": [
  25. "vaadin",
  26. "core",
  27. "elements",
  28. "web",
  29. "components",
  30. "webcomponents",
  31. "web-components"
  32. ]
  33. }