You are here

slick.libraries.yml in Slick Carousel 8.2

Same filename and directory in other branches
  1. 8 slick.libraries.yml

File

slick.libraries.yml
View source
  1. # All libraries supported by Slick module.
  2. slick.mousewheel:
  3. remote: https://github.com/brandonaaron/jquery-mousewheel
  4. license:
  5. name: MIT
  6. url: https://github.com/brandonaaron/jquery-mousewheel/blob/master/LICENSE.txt
  7. gpl-compatible: true
  8. version: 3.1.11
  9. js:
  10. /libraries/mousewheel/jquery.mousewheel.min.js: { weight: -4, minified: true }
  11. dependencies:
  12. - core/jquery
  13. slick.easing:
  14. remote: https://github.com/gdsmith/jquery.easing
  15. license:
  16. name: MIT
  17. url: http://www.opensource.org/licenses/mit-license.php
  18. gpl-compatible: true
  19. version: 1.3
  20. js:
  21. /libraries/easing/jquery.easing.min.js: { weight: -4, minified: true }
  22. dependencies:
  23. - core/jquery
  24. slick:
  25. remote: http://kenwheeler.github.io/slick/
  26. version: 1.x
  27. license:
  28. name: MIT
  29. url: https://github.com/kenwheeler/slick/blob/master/LICENSE
  30. gpl-compatible: true
  31. js:
  32. /libraries/slick/slick/slick.min.js: { weight: -3, minified: true }
  33. css:
  34. base:
  35. /libraries/slick/slick/slick.css: {}
  36. dependencies:
  37. - core/jquery
  38. accessible-slick:
  39. remote: https://accessible360.github.io/accessible-slick/
  40. version: 1.x
  41. license:
  42. name: MIT
  43. url: https://github.com/Accessible360/accessible-slick/blob/master/LICENSE
  44. gpl-compatible: true
  45. js:
  46. /libraries/accessible-slick/slick/slick.min.js: { weight: -3, minified: true }
  47. css:
  48. base:
  49. /libraries/accessible-slick/slick/slick.min.css: {}
  50. dependencies:
  51. - core/jquery
  52. slick.load:
  53. version: VERSION
  54. js:
  55. js/slick.load.min.js: { weight: 0, minified: true }
  56. dependencies:
  57. - core/drupal
  58. - core/drupalSettings
  59. - core/jquery.once
  60. - slick/slick
  61. slick.theme:
  62. version: VERSION
  63. css:
  64. layout:
  65. css/layout/slick.module.css: {}
  66. theme:
  67. css/theme/slick.theme.css: {}
  68. dependencies:
  69. - slick/slick.load
  70. slick.thumbnail.hover:
  71. version: VERSION
  72. css:
  73. component:
  74. css/components/slick.thumbnail--hover.css: {}
  75. dependencies:
  76. - slick/slick.theme
  77. slick.thumbnail.grid:
  78. version: VERSION
  79. css:
  80. component:
  81. css/components/slick.thumbnail--grid.css: {}
  82. dependencies:
  83. - slick/slick.theme
  84. slick.arrow.down:
  85. version: VERSION
  86. css:
  87. component:
  88. css/components/slick.arrows--down.css: {}
  89. dependencies:
  90. - slick/slick.theme
  91. # This file is safe to not depend on colorbox, as it doesn't initialize it, it
  92. # reacts on its events. It can even run before the colorbox library is loaded.
  93. # In order to fix for indices with Slick clones, it must run before slick.load.
  94. slick.colorbox:
  95. version: VERSION
  96. js:
  97. js/slick.colorbox.min.js: { weight: -0.04, minified: true }
  98. dependencies:
  99. - blazy/colorbox
  100. - slick/slick
  101. vanilla:
  102. version: VERSION
  103. js:
  104. js/slick.vanilla.min.js: { weight: -1, minified: true }
  105. dependencies:
  106. - slick/slick