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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "@vaadin/vaadin-core",
  3. "version": "13.0.0-beta1",
  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. "@webcomponents/shadycss": "^1.8.0",
  10. "@vaadin/vaadin-accordion": "^1.0.0",
  11. "@vaadin/vaadin-button": "^2.1.2",
  12. "@vaadin/vaadin-checkbox": "^2.2.6",
  13. "@vaadin/vaadin-combo-box": "^4.2.2",
  14. "@vaadin/vaadin-context-menu": "^4.3.0",
  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-details": "^1.0.0",
  20. "@vaadin/vaadin-dialog": "^2.2.1",
  21. "@vaadin/vaadin-select": "^2.0.2",
  22. "@vaadin/vaadin-element-mixin": "^2.1.3",
  23. "@vaadin/vaadin-form-layout": "^2.1.1",
  24. "@vaadin/vaadin-grid": "^5.3.0",
  25. "@vaadin/vaadin-icons": "^4.2.1",
  26. "@polymer/iron-a11y-announcer": "^3.0.1",
  27. "@polymer/iron-a11y-keys-behavior": "^3.0.1",
  28. "@polymer/iron-fit-behavior": "^3.0.1",
  29. "@polymer/iron-flex-layout": "^3.0.1",
  30. "@polymer/iron-icon": "^3.0.1",
  31. "@polymer/iron-iconset-svg": "^3.0.1",
  32. "@polymer/iron-list": "^3.0.1",
  33. "@polymer/iron-media-query": "^3.0.1",
  34. "@polymer/iron-meta": "^3.0.1",
  35. "@polymer/iron-overlay-behavior": "^3.0.2",
  36. "@polymer/iron-resizable-behavior": "^3.0.1",
  37. "@polymer/iron-scroll-target-behavior": "^3.0.1",
  38. "@vaadin/vaadin-item": "^2.1.0",
  39. "@vaadin/vaadin-list-box": "^1.1.0",
  40. "@vaadin/vaadin-list-mixin": "^2.1.2",
  41. "@vaadin/vaadin-lumo-styles": "^1.4.1",
  42. "@vaadin/vaadin-material-styles": "^1.2.0",
  43. "@vaadin/vaadin-notification": "^1.2.1",
  44. "@vaadin/vaadin-ordered-layout": "^1.1.0",
  45. "@vaadin/vaadin-overlay": "^3.2.5",
  46. "@vaadin/vaadin-progress-bar": "^1.1.0",
  47. "@vaadin/vaadin-radio-button": "^1.1.5",
  48. "@vaadin/vaadin-split-layout": "^4.1.0",
  49. "@vaadin/vaadin-tabs": "^2.1.1",
  50. "@vaadin/vaadin-text-field": "^2.3.0",
  51. "@vaadin/vaadin-themable-mixin": "^1.4.1",
  52. "@vaadin/vaadin-upload": "^4.2.1",
  53. "@vaadin/vaadin-custom-field": "^1.0.0",
  54. "@vaadin/vaadin-app-layout": "^1.0.2",
  55. "@vaadin/vaadin-login": "^1.0.0",
  56. "@vaadin/vaadin-usage-statistics": "^2.0.2"
  57. },
  58. "files": [
  59. "vaadin-core.js"
  60. ],
  61. "keywords": [
  62. "vaadin",
  63. "core",
  64. "elements",
  65. "web",
  66. "components",
  67. "webcomponents",
  68. "web-components"
  69. ]
  70. }