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

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "12.0.7",
  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": "12.0.7",
  9. "@vaadin/vaadin-board": "2.1.0",
  10. "@vaadin/vaadin-charts": "6.2.1",
  11. "@vaadin/vaadin-confirm-dialog": "1.1.0",
  12. "@vaadin/vaadin-cookie-consent": "1.1.0",
  13. "@vaadin/vaadin-crud": "1.0.1"
  14. },
  15. "files": [],
  16. "scripts": {
  17. "version": "node update-core-version.js && git add bower.json"
  18. },
  19. "keywords": [
  20. "vaadin",
  21. "core",
  22. "elements",
  23. "web",
  24. "components",
  25. "webcomponents",
  26. "web-components"
  27. ]
  28. }