Newer
Older
{
"name": "drupal/varbase_media",
"description": "Manages type of media contents and entity browsers in the site.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_media",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/varbase_media",
"source": "http://cgit.drupalcode.org/varbase_media"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"

Rajab Natshah
committed
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
"require": {

Rajab Natshah
committed

Rajab Natshah
committed

Rajab Natshah
committed
"drupal/core": "~10.0",
"vardot/entity-definition-update-manager": "~1.0 || 1.0.x-dev",
"vardot/module-installer-factory": "~1.0 || 1.0.x-dev",

Rajab Natshah
committed

Rajab Natshah
committed

Rajab Natshah
committed

Rajab Natshah
committed
"drupal/views_bulk_edit": "~2.0",

Rajab Natshah
committed

Rajab Natshah
committed
"drupal/entity_browser": "~2.0",

Rajab Natshah
committed

Rajab Natshah
committed
"drupal/dropzonejs": "~2.0",

Rajab Natshah
committed

Rajab Natshah
committed
"drupal/entity_embed": "~1.0",

Rajab Natshah
committed

Rajab Natshah
committed
"drupal/embed": "1.6.0",

Rajab Natshah
committed

Rajab Natshah
committed
"drupal/crop": "~2.0",
"drupal/focal_point": "~2.0.0",
"drupal/imagemagick": "~3.0",
"drupal/imageapi_optimize": "~4.0",

Rajab Natshah
committed
"drupal/blazy": "~2.0",
"drupal/slick": "~2.0",
"drupal/slick_views": "~2.0",
"drupal/metatag": "^1.12",

Rajab Natshah
committed
"drupal/webp": "1.0-beta7",
"drupal/drimage": "~2.0",
"drupal/imageapi_optimize_webp": "~2.0",
"drupal/entity_clone": "~2.0"

Rajab Natshah
committed
"suggest": {
"npm-asset/dropzone": "~5.0: Provides JavaScript library necessary for Dropzone",

Rajab Natshah
committed
"npm-asset/blazy": "~1.0: Provides JavaScript library necessary for Blazy loading",
"npm-asset/slick-carousel": "~1.0: Provides JavaScript library necessary for Slick Carousel"
},
"extra": {
"installer-types": [
"bower-asset",
"npm-asset"
],

Rajab Natshah
committed
"installer-paths": {
"libraries/slick": ["npm-asset/slick-carousel"],
"libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
]
},
"drupal-libraries": {
"libraries": [
{"name": "dropzone","package": "npm-asset/dropzone"},
{"name": "blazy", "package": "npm-asset/blazy"},
{"name": "slick", "package": "npm-asset/slick-carousel"}
]
},
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches": {

Yasmeen Abuerrub
committed
"drupal/webp": {
"Issue #3153137: Using Image Widget Crop in responsive images does not refresh webp image":

Rajab Natshah
committed
"https://www.drupal.org/files/issues/2022-10-31/webp-support-image-crop-3153137-34.patch"

Rajab Natshah
committed
},
"drupal/embed": {
"Issue #3309747: CKEditor 5 compatibility":
"docroot/modules/contrib/varbase_media/patches/embed-2023-01-30--3309747-2.diff",
"Issue #3348424: Fix Entity queries must explicitly set whether the query should be access checked or not in the Embed module":
"https://www.drupal.org/files/issues/2023-03-16/3348424-3.patch"
}
}