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 1.2KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "22.0.0-alpha8",
  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/cvdl-4.0)",
  7. "main": "vaadin.js",
  8. "dependencies": {
  9. "@vaadin/board": "22.0.0-alpha10",
  10. "@vaadin/charts": "22.0.0-alpha10",
  11. "@vaadin/confirm-dialog": "22.0.0-alpha10",
  12. "@vaadin/cookie-consent": "22.0.0-alpha10",
  13. "@vaadin/crud": "22.0.0-alpha10",
  14. "@vaadin/grid-pro": "22.0.0-alpha10",
  15. "@vaadin/rich-text-editor": "22.0.0-alpha10",
  16. "@vaadin/vaadin-board": "22.0.0-alpha10",
  17. "@vaadin/vaadin-charts": "22.0.0-alpha10",
  18. "@vaadin/vaadin-confirm-dialog": "22.0.0-alpha10",
  19. "@vaadin/vaadin-cookie-consent": "22.0.0-alpha10",
  20. "@vaadin/vaadin-core": "22.0.0-alpha9",
  21. "@vaadin/vaadin-crud": "22.0.0-alpha10",
  22. "@vaadin/vaadin-grid-pro": "22.0.0-alpha10",
  23. "@vaadin/vaadin-rich-text-editor": "22.0.0-alpha10"
  24. },
  25. "files": [
  26. "vaadin.js"
  27. ],
  28. "keywords": [
  29. "vaadin",
  30. "core",
  31. "elements",
  32. "web",
  33. "components",
  34. "webcomponents",
  35. "web-components"
  36. ]
  37. }