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

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "24.0.0-alpha10",
  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": "24.0.0-alpha13",
  10. "@vaadin/charts": "24.0.0-alpha13",
  11. "@vaadin/cookie-consent": "24.0.0-alpha13",
  12. "@vaadin/crud": "24.0.0-alpha13",
  13. "@vaadin/grid-pro": "24.0.0-alpha13",
  14. "@vaadin/map": "24.0.0-alpha13",
  15. "@vaadin/rich-text-editor": "24.0.0-alpha13",
  16. "@vaadin/vaadin-core": "24.0.0-alpha10"
  17. },
  18. "files": [
  19. "vaadin.js"
  20. ],
  21. "keywords": [
  22. "vaadin",
  23. "core",
  24. "elements",
  25. "web",
  26. "components",
  27. "webcomponents",
  28. "web-components"
  29. ]
  30. }