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.

bower.json 956B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "vaadin",
  3. "description": "Bundle containing all web components which are part of the Vaadin platform",
  4. "homepage": "https://github.com/vaadin/vaadin",
  5. "authors": [
  6. "Vaadin Ltd"
  7. ],
  8. "main": "vaadin.html",
  9. "license": [
  10. "Apache-2.0",
  11. "https://vaadin.com/license/cval-3.0"
  12. ],
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests",
  19. "update-core-version.js"
  20. ],
  21. "dependencies": {
  22. "cookieconsent": "cookieconsent#3.1.0",
  23. "vaadin-board": "vaadin-board#2.1.1",
  24. "vaadin-charts": "vaadin-charts#6.2.4",
  25. "vaadin-confirm-dialog": "vaadin-confirm-dialog#1.1.6",
  26. "vaadin-cookie-consent": "vaadin-cookie-consent#1.1.2",
  27. "vaadin-core": "14.2.3",
  28. "vaadin-crud": "vaadin-crud#1.1.0",
  29. "vaadin-grid-pro": "vaadin-grid-pro#2.0.7",
  30. "vaadin-license-checker": "vaadin-license-checker#2.1.2",
  31. "vaadin-rich-text-editor": "vaadin-rich-text-editor#1.1.1"
  32. }
  33. }