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

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "14.0.0-rc4",
  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": "^14.0.0-rc4",
  9. "@vaadin/vaadin-board": "^2.1.0",
  10. "@vaadin/vaadin-charts": "^6.2.3",
  11. "@vaadin/vaadin-confirm-dialog": "^1.1.1",
  12. "@vaadin/vaadin-cookie-consent": "^1.1.1",
  13. "@vaadin/vaadin-crud": "^1.0.5",
  14. "@vaadin/vaadin-grid-pro": "^2.0.3",
  15. "@vaadin/vaadin-rich-text-editor": "^1.0.4"
  16. },
  17. "files": [
  18. "vaadin.js"
  19. ],
  20. "scripts": {
  21. "version": "node update-core-version.js && git add bower.json"
  22. },
  23. "keywords": [
  24. "vaadin",
  25. "core",
  26. "elements",
  27. "web",
  28. "components",
  29. "webcomponents",
  30. "web-components"
  31. ]
  32. }