{
    "name": "drupal/recommended-project",
    "description": "Project template for Drupal 9 projects with a relocated document root",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "homepage": "https://www.drupal.org/project/drupal",
    "support": {
        "docs": "https://www.drupal.org/docs/user_guide/en/index.html",
        "chat": "https://www.drupal.org/node/314178"
    },
    "require": {
        "composer/installers": "^1.0.24",
        "cweagans/composer-patches": "^1.6",
        "desandro/imagesloaded": "^4.1",
        "desandro/masonry": "^4.2",
        "drupal/admin_toolbar": "3.6.3",
        "drupal/adminimal_admin_toolbar": "^1.3",
        "drupal/adminimal_theme": "^1.3",
        "drupal/antibot": "^2.0",
        "drupal/backup_migrate": "5.1.2",
        "drupal/better_exposed_filters": "^6.0.3",
        "drupal/block_field": "^1.0@alpha",
        "drupal/captcha": "2.0.10",
        "drupal/ckeditor": "^1.0",
        "drupal/classy": "^1.0",
        "drupal/color": "^1.0",
        "drupal/conditional_fields": "^4.0@alpha",
        "drupal/config_filter": "^2.7",
        "drupal/config_split": "^2.0",
        "drupal/core": "10.6.5",
        "drupal/core-composer-scaffold": "10.6.5",
        "drupal/core-project-message": "10.6.5",
        "drupal/core-recommended": "10.6.5",
        "drupal/ctools": "^3.7",
        "drupal/domain": "^2.0@beta",
        "drupal/domain_path": "^1.0@beta",
        "drupal/domain_simple_sitemap": "^3.0@beta",
        "drupal/domain_site_settings": "^1.3",
        "drupal/draggableviews": "^2.0",
        "drupal/easy_breadcrumb": "^2.0",
        "drupal/editor_advanced_link": "^2.3",
        "drupal/entity_browser": "^2.15",
        "drupal/entity_embed": "^1.0@beta",
        "drupal/entity_reference_revisions": "^1.14",
        "drupal/entity_type_clone": "^4.0",
        "drupal/field_group": "^3.0",
        "drupal/field_token_value": "^3.0",
        "drupal/file_delete": "^2.0",
        "drupal/file_field_replace": "^3.0",
        "drupal/gin": "4.1.2",
        "drupal/gin_toolbar": "^2.1",
        "drupal/google_map_field": "^2.0",
        "drupal/google_tag": "^1.3",
        "drupal/hal": "^2.0",
        "drupal/honeypot": "^2.1",
        "drupal/hreflang": "^1.3",
        "drupal/inline_entity_form": "^1.0@beta",
        "drupal/jquery_ui_datepicker": "^2.0",
        "drupal/link_attributes": "2.1.2",
        "drupal/media_entity_browser": "^2.0@alpha",
        "drupal/menu_item_extras": "^2.2",
        "drupal/metatag": "2.2.0",
        "drupal/metatag_import_export_csv": "^1.3",
        "drupal/mimemail": "^1.0@alpha",
        "drupal/minifyhtml": "^2.0",
        "drupal/module_filter": "^5.0",
        "drupal/paragraphs": "^1.20",
        "drupal/pathauto": "^1.14",
        "drupal/purge": "^3.5",
        "drupal/purge_purger_http": "^1.2",
        "drupal/quick_node_clone": "1.x-dev",
        "drupal/rabbit_hole": "^1.0@beta",
        "drupal/rdf": "^2.1",
        "drupal/recaptcha": "^3.0",
        "drupal/recaptcha_v3": "^2.0.2",
        "drupal/recreate_block_content": "^3.0",
        "drupal/redirect": "^1.12",
        "drupal/redis": "^1.1",
        "drupal/reroute_email": "^2.1",
        "drupal/robotstxt": "^1.2",
        "drupal/schema_metatag": "^3.0",
        "drupal/search_api": "^1.5",
        "drupal/search_exclude_nid": "^2.0",
        "drupal/shield": "^1.6",
        "drupal/simple_sitemap": "4.2.3",
        "drupal/smtp": "^1.2",
        "drupal/social_media": "^2.0",
        "drupal/symfony_mailer": "^1.4",
        "drupal/tablefield": "^3.0",
        "drupal/text_summary_options": "^2.0",
        "drupal/token": "^1.17",
        "drupal/twig_field_value": "^2.0",
        "drupal/twig_tweak": "^3.4",
        "drupal/ultimate_cron": "2.x-dev",
        "drupal/upgrade_status": "*",
        "drupal/url_embed": "*",
        "drupal/varnish_purge": "*",
        "drupal/video_embed_field": "^2.7",
        "drupal/views_bulk_operations": "^4.4",
        "drupal/views_infinite_scroll": "^2.0",
        "drupal/viewsreference": "^2.0@beta",
        "drupal/vwo": "^1.9",
        "drupal/webform": "^6.1",
        "drush/drush": "^12",
        "lib/dropzone": "^5.1",
        "lib/object-fit-images": "^3.2"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "drupal/core-vendor-hardening": true
        }
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },
            "file-mapping": {
                "[web-root]/robots.txt": false,
                "[web-root]/.htaccess": false,
                "[web-root]/sites/default/default.services.yml": false,
                "[web-root]/sites/default/default.settings.php": false
	        }
        },
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library"
            ],
            "web/modules/contrib/{$name}": [
                "type:drupal-module"
            ],
            "web/profiles/contrib/{$name}": [
                "type:drupal-profile"
            ],
            "web/themes/contrib/{$name}": [
                "type:drupal-theme"
            ],
            "drush/Commands/contrib/{$name}": [
                "type:drupal-drush"
            ],
            "web/modules/custom/{$name}": [
                "type:drupal-custom-module"
            ],
            "web/themes/custom/{$name}": [
                "type:drupal-custom-theme"
            ]
        },
        "drupal-core-project-message": {
            "include-keys": [
                "homepage",
                "support"
            ],
            "post-create-project-cmd-message": [
                "<bg=blue;fg=white>                                                         </>",
                "<bg=blue;fg=white>  Congratulations, you’ve installed the Drupal codebase  </>",
                "<bg=blue;fg=white>  from the drupal/recommended-project template!          </>",
                "<bg=blue;fg=white>                                                         </>",
                "",
                "<bg=yellow;fg=black>Next steps</>:",
                "  * Install the site: https://www.drupal.org/docs/8/install",
                "  * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
                "  * Get support: https://www.drupal.org/support",
                "  * Get involved with the Drupal community:",
                "      https://www.drupal.org/getting-involved",
                "  * Remove the plugin that prints this message:",
                "      composer remove drupal/core-project-message"
            ]
        },
        "patches": {
            "drupal/gin":{
                "fix drupal backend": "https://www.drupal.org/files/issues/2025-01-03/fix-attributearray-error-11.patch"
            }
        },
        "enable-patching": true
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "package",
            "package": {
                "name": "harvesthq/chosen",
                "version": "1.8.7",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/harvesthq/chosen/releases/download/v1.8.7/chosen_v1.8.7.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "desandro/imagesloaded",
                "version": "4.1.1",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/desandro/imagesloaded/archive/v4.1.1.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "desandro/masonry",
                "version": "4.2.0",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/desandro/masonry/archive/v4.2.0.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "lib/dropzone",
                "version": "5.1.0",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/enyo/dropzone/archive/v5.1.0.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "lib/object-fit-images",
                "version": "3.2.3",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/bfred-it/object-fit-images/archive/v3.2.3.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2.0"
                }
            }
        },
        {
            "type": "package",
            "package": {
                "name": "twbs/bootstrap",
                "version": "v3.3.6",
                "type": "drupal-library",
                "dist": {
                    "url": "https://github.com/twbs/bootstrap-sass/archive/v3.3.6.zip",
                    "type": "zip"
                },
                "require": {
                    "composer/installers": "^1.2.0"
                }
            }
        }
    ]
}
