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 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "@vaadin/vaadin-core",
  3. "version": "18.0.0-alpha1",
  4. "description": "Vaadin components is an evolving set of free, open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
  5. "author": "Vaadin Ltd",
  6. "license": "Apache-2.0",
  7. "main": "vaadin-core.js",
  8. "dependencies": {
  9. "@polymer/iron-a11y-announcer": "^3.0.2",
  10. "@polymer/iron-a11y-keys-behavior": "^3.0.1",
  11. "@polymer/iron-fit-behavior": "^3.0.2",
  12. "@polymer/iron-flex-layout": "^3.0.1",
  13. "@polymer/iron-icon": "^3.0.1",
  14. "@polymer/iron-iconset-svg": "^3.0.1",
  15. "@polymer/iron-list": "^3.1.0",
  16. "@polymer/iron-media-query": "^3.0.1",
  17. "@polymer/iron-meta": "^3.0.1",
  18. "@polymer/iron-overlay-behavior": "^3.0.3",
  19. "@polymer/iron-resizable-behavior": "^3.0.1",
  20. "@polymer/iron-scroll-target-behavior": "^3.0.1",
  21. "@webcomponents/shadycss": "^1.9.4",
  22. "@vaadin/vaadin-accordion": "^1.2.0",
  23. "@vaadin/vaadin-app-layout": "^2.2.0",
  24. "@vaadin/vaadin-button": "^2.4.0",
  25. "@vaadin/vaadin-checkbox": "^2.5.0",
  26. "@vaadin/vaadin-combo-box": "^5.4.1",
  27. "@vaadin/vaadin-context-menu": "^4.5.0",
  28. "@vaadin/vaadin-control-state-mixin": "^2.2.3",
  29. "@vaadin/vaadin-custom-field": "^1.3.0",
  30. "@vaadin/vaadin-date-picker": "^4.4.1",
  31. "@vaadin/vaadin-date-time-picker": "^1.4.0",
  32. "@vaadin/vaadin-details": "^1.2.0",
  33. "@vaadin/vaadin-development-mode-detector": "^2.0.4",
  34. "@vaadin/vaadin-dialog": "^2.5.2",
  35. "@vaadin/vaadin-element-mixin": "^2.4.1",
  36. "@vaadin/vaadin-form-layout": "^2.3.0",
  37. "@vaadin/vaadin-grid": "^5.7.4",
  38. "@vaadin/vaadin-icons": "^4.3.1",
  39. "@vaadin/vaadin-item": "^2.3.0",
  40. "@vaadin/vaadin-list-box": "^1.4.0",
  41. "@vaadin/vaadin-list-mixin": "^2.5.0",
  42. "@vaadin/vaadin-login": "^1.2.0",
  43. "@vaadin/vaadin-lumo-styles": "^1.6.0",
  44. "@vaadin/vaadin-material-styles": "^1.3.2",
  45. "@vaadin/vaadin-menu-bar": "^1.2.0",
  46. "@vaadin/vaadin-notification": "^1.6.0",
  47. "@vaadin/vaadin-ordered-layout": "^1.4.0",
  48. "@vaadin/vaadin-overlay": "^3.5.1",
  49. "@vaadin/vaadin-progress-bar": "^1.3.0",
  50. "@vaadin/vaadin-radio-button": "^1.5.1",
  51. "@vaadin/router": "^1.7.2",
  52. "@vaadin/vaadin-select": "^2.4.0",
  53. "@vaadin/vaadin-split-layout": "^4.3.0",
  54. "@vaadin/vaadin-tabs": "^3.2.0",
  55. "@vaadin/vaadin-text-field": "^2.8.1",
  56. "@vaadin/vaadin-themable-mixin": "^1.6.1",
  57. "@vaadin/vaadin-time-picker": "^2.4.0",
  58. "@vaadin/vaadin-upload": "^4.4.0",
  59. "@vaadin/vaadin-usage-statistics": "^2.1.0"
  60. },
  61. "files": [
  62. "vaadin-core.js"
  63. ],
  64. "keywords": [
  65. "vaadin",
  66. "core",
  67. "elements",
  68. "web",
  69. "components",
  70. "webcomponents",
  71. "web-components"
  72. ]
  73. }