{
    "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"
        }
    ],
    "require": {
        "composer/installers": "^2.0",
        "cweagans/composer-patches": "*",
        "drupal/admin_toolbar": "^3.5",
        "drupal/animate_on_scroll": "^2.0",
        "drupal/back_to_top": "^3.0",
        "drupal/better_messages": "^2.0",
        "drupal/block_class": "^4.0",
        "drupal/bootstrap": "^5.0",
        "drupal/calendar_view": "^2.1",
        "drupal/colorbox": "^2.1",
        "drupal/colorbox_media_video": "^2.0",
        "drupal/core-composer-scaffold": "10.4.7",
        "drupal/core-project-message": "10.4.7",
        "drupal/core-recommended": "10.4.7",
        "drupal/ctools": "^4.1",
        "drupal/custom_body_class": "^2.0",
        "drupal/editor_advanced_link": "^2.2",
        "drupal/entity": "^1.5",
        "drupal/extlink": "^2.0",
        "drupal/field_group": "^3.6",
        "drupal/fitvids": "^2.1",
        "drupal/fontyourface": "^4.0",
        "drupal/google_tag": "^2.0",
        "drupal/libraries": "^4.0",
        "drupal/media_popup": "^1.0",
        "drupal/menu_link_attributes": "^1.5",
        "drupal/metatag": "^2.0",
        "drupal/module_filter": "^5.0",
        "drupal/paragraphs": "^1.18",
        "drupal/paragraphs_edit": "^3.0",
        "drupal/pathauto": "^1.13",
        "drupal/recaptcha": "^3.4",
        "drupal/redirect": "^1.10",
        "drupal/seo_checklist": "^5.2",
        "drupal/slick_lightbox": "^2.0",
        "drupal/smart_date": "^4.2",
        "drupal/token": "^1.15",
        "drupal/tooltip": "^1.1",
        "drupal/twig_field_value": "^2.0",
        "drupal/views_slideshow": "^5.0",
        "drupal/webform": "^6.2",
        "drupal/xmlsitemap": "^1.5"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "cweagans/composer-patches": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": 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"
            ],
            "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"
            ]
        }
    }
}
