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

12345678910111213141516171819202122
  1. {
  2. "name": "@vaadin/vaadin",
  3. "version": "10.0.0-pre1",
  4. "description": "Vaadin Elements is an evolving set of open source custom HTML elements, built using Polymer, 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-board": "2.0.0-pre.2",
  9. "@vaadin/vaadin-charts": "6.1.0-pre.2",
  10. "@vaadin/vaadin-core": "10.0.0-pre.3"
  11. },
  12. "devDependencies": {},
  13. "keywords": [
  14. "vaadin",
  15. "core",
  16. "elements",
  17. "web",
  18. "components",
  19. "webcomponents",
  20. "web-components"
  21. ]
  22. }