{
    "name": "drupal/recommended-project",
    "description": "Project template for Drupal 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"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
            "type": "composer",
            "url": "https://asset-packagist.org"
        }
    ],
    "require": {
        "composer/installers": "^2.0",
        "drupal/accordion_blocks": "^2.0",
        "drupal/admin_toolbar": "^3.6",
        "drupal/adminimal_theme": "^1.7",
        "drupal/advanced_email_validation": "^2.0",
        "drupal/antibot": "^2.0",
        "drupal/asset_injector": "^2.21",
        "drupal/backup_migrate": "^5.1",
        "drupal/better_exposed_filters": "^7.1",
        "drupal/better_social_sharing_buttons": "^5.0",
        "drupal/blazy": "^3.0",
        "drupal/block_class": "^3.0",
        "drupal/bootstrap_layout_builder": "^2.2",
        "drupal/bootstrap_sass": "^5.0",
        "drupal/bpmn_io": "^2.0",
        "drupal/bulk_edit_terms": "^2.2",
        "drupal/captcha": "^2.0",
        "drupal/ckeditor5_icons": "^1.2",
        "drupal/ckeditor5_plugin_pack": "^1.5",
        "drupal/collapsiblock": "^4.4",
        "drupal/colorbox": "^2.2",
        "drupal/core-composer-scaffold": "^10",
        "drupal/core-project-message": "^10.6",
        "drupal/core-recommended": "^10",
        "drupal/critical_css": "^2.0",
        "drupal/dashboards": "^2.1",
        "drupal/eca": "^2.1",
        "drupal/eca_cm": "^1.0",
        "drupal/entity_embed": "^1.7",
        "drupal/eu_cookie_compliance": "^1.29",
        "drupal/facets": "^3.0",
        "drupal/facets_block": "^2.0",
        "drupal/faq": "^1.2",
        "drupal/field_permissions": "^1.5",
        "drupal/field_redirect": "^3.0",
        "drupal/field_slideshow": "^3.0@beta",
        "drupal/filefield_to_mediafield": "^1.0@beta",
        "drupal/flag": "^5.0",
        "drupal/fontawesome": "^3.0",
        "drupal/fontawesome_menu_icons": "^3.0",
        "drupal/gin": "^4.1",
        "drupal/google_analytics": "^4.0",
        "drupal/h5p": "^2.0@beta",
        "drupal/honeypot": "^2.2",
        "drupal/mailsystem": "^4.5",
        "drupal/matomo": "^1.26",
        "drupal/media_migration": "^1.0@alpha",
        "drupal/metatag": "^2.2",
        "drupal/migrate_file_to_media": "^2.0",
        "drupal/migrate_plus": "^6.0",
        "drupal/migrate_upgrade": "^4.0",
        "drupal/mobile_detect": "^4.0",
        "drupal/notify": "^2.0@beta",
        "drupal/pathauto": "^1.14",
        "drupal/rabbit_hole": "^1.2",
        "drupal/redirect": "^1.13",
        "drupal/redirect_after_login": "^3.0",
        "drupal/remote_stream_wrapper": "^2.1",
        "drupal/remote_stream_wrapper_widget": "^1.4",
        "drupal/revive_adserver": "^2.0",
        "drupal/riddler": "^3.0",
        "drupal/scanner": "^1.0",
        "drupal/scheduler": "^2.2",
        "drupal/search_api": "^1.40",
        "drupal/security_review": "^3.1",
        "drupal/simple_popup_blocks": "^3.5",
        "drupal/simple_sitemap": "^4.2",
        "drupal/simpleavs": "^1.0",
        "drupal/simplenews": "^4.1",
        "drupal/slick": "^3.0",
        "drupal/statistics": "^1.0",
        "drupal/superfish": "^1.13",
        "drupal/symfony_mailer": "^1.6",
        "drupal/turnstile": "^1.1",
        "drupal/typed_data": "^2.1",
        "drupal/upgrade_status": "^4.3",
        "drupal/views_bootstrap": "^5.5@RC",
        "drupal/views_bulk_edit": "^3.0",
        "drupal/views_bulk_operations": "^4.4",
        "drupal/views_slideshow": "^5.0",
        "drupal/webform": "^6.2",
        "drush/drush": "^13.7",
        "h5p/h5p-core": "1.27.0",
        "npm-asset/fonticonpicker--fonticonpicker": "^3.1",
        "oomphinc/composer-installers-extender": "^2.0",
        "symfony/http-client": "^7.4"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "oomphinc/composer-installers-extender": true,
            "php-http/discovery": true,
            "phpstan/extension-installer": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            }
        },
        "installer-paths": {
            "web/core": [
                "type:drupal-core"
            ],
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:npm-asset",
                "vendor:npm-asset"
            ],
            "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/profiles/custom/{$name}": [
                "type:drupal-custom-profile"
            ],
            "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/installing-drupal",
                "  * 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"
            ]
        },
        "installer-types": [
            "npm-asset"
        ]
    }
}
