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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "@vaadin/vaadin-core",
  3. "version": "",
  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/polymer": "3.0.5",
  10. "@webcomponents/shadycss": "1.5.2",
  11. "@vaadin/vaadin-button": "2.1.1",
  12. "@vaadin/vaadin-checkbox": "2.2.4",
  13. "@vaadin/vaadin-combo-box": "4.2.0",
  14. "@vaadin/vaadin-context-menu": "4.2.1",
  15. "@vaadin/vaadin-control-state-mixin": "2.1.2",
  16. "@vaadin/vaadin-date-picker": "3.3.2",
  17. "@vaadin/vaadin-time-picker": "1.1.1",
  18. "@vaadin/vaadin-development-mode-detector": "2.0.0",
  19. "@vaadin/vaadin-dialog": "2.2.1",
  20. "@vaadin/vaadin-select": "2.0.0",
  21. "@vaadin/vaadin-element-mixin": "2.1.2",
  22. "@vaadin/vaadin-form-layout": "2.1.1",
  23. "@vaadin/vaadin-grid": "5.2.5",
  24. "@vaadin/vaadin-icons": "4.2.1",
  25. "@polymer/iron-a11y-announcer": "3.0.1",
  26. "@polymer/iron-a11y-keys-behavior": "3.0.1",
  27. "@polymer/iron-fit-behavior": "3.0.1",
  28. "@polymer/iron-flex-layout": "3.0.1",
  29. "@polymer/iron-icon": "3.0.1",
  30. "@polymer/iron-iconset-svg": "3.0.1",
  31. "@polymer/iron-list": "3.0.1",
  32. "@polymer/iron-media-query": "3.0.1",
  33. "@polymer/iron-meta": "3.0.1",
  34. "@polymer/iron-overlay-behavior": "3.0.2",
  35. "@polymer/iron-resizable-behavior": "3.0.1",
  36. "@polymer/iron-scroll-target-behavior": "3.0.1",
  37. "@vaadin/vaadin-item": "2.1.0",
  38. "@vaadin/vaadin-list-box": "1.1.0",
  39. "@vaadin/vaadin-list-mixin": "2.1.2",
  40. "@vaadin/vaadin-lumo-styles": "1.3.3",
  41. "@vaadin/vaadin-material-styles": "1.2.0",
  42. "@vaadin/vaadin-notification": "1.2.1",
  43. "@vaadin/vaadin-ordered-layout": "1.1.0",
  44. "@vaadin/vaadin-overlay": "3.2.4",
  45. "@vaadin/vaadin-progress-bar": "1.1.0",
  46. "@vaadin/vaadin-radio-button": "1.1.3",
  47. "@vaadin/vaadin-split-layout": "4.1.0",
  48. "@vaadin/vaadin-tabs": "2.1.1",
  49. "@vaadin/vaadin-text-field": "2.1.5",
  50. "@vaadin/vaadin-themable-mixin": "1.3.2",
  51. "@vaadin/vaadin-upload": "4.2.1",
  52. "@vaadin/vaadin-app-layout": "1.0.2",
  53. "@vaadin/vaadin-usage-statistics": "2.0.1"
  54. },
  55. "files": [
  56. "vaadin-core.js"
  57. ],
  58. "keywords": [
  59. "vaadin",
  60. "core",
  61. "elements",
  62. "web",
  63. "components",
  64. "webcomponents",
  65. "web-components"
  66. ]
  67. }