{
    "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/admin_toolbar": "^3.4",
        "drupal/advancedqueue": "^1.0@RC",
        "drupal/anonymous_login": "^2.1",
        "drupal/auto_entitylabel": "^3.0",
        "drupal/backup_migrate": "^5.0",
        "drupal/better_exposed_filters": "^6.0",
        "drupal/bulk_update_fields": "^2.0@alpha",
        "drupal/charts": "^5.0",
        "drupal/classy": "^1.0",
        "drupal/color_field": "^3.0",
        "drupal/conditional_fields": "^4.0@alpha",
        "drupal/core-composer-scaffold": "^10.2",
        "drupal/core-project-message": "^10.2",
        "drupal/core-recommended": "^10.2",
        "drupal/cshs": "^4.0",
        "drupal/csv_serialization": "^4.0",
        "drupal/ctools": "^4.0",
        "drupal/danse": "^2.3",
        "drupal/date_filter": "^1.0",
        "drupal/devel": "^5.1",
        "drupal/eca": "^1.1",
        "drupal/eca_cm": "^1.0",
        "drupal/entity_reference_revisions": "^1.11",
        "drupal/entity_usage": "^2.0@beta",
        "drupal/extlink": "^1.7",
        "drupal/feeds": "^3.0@beta",
        "drupal/feeds_tamper": "^2.0@beta",
        "drupal/field_group": "^3.4",
        "drupal/flag": "^4.0@beta",
        "drupal/ip_consumer_auth": "^2.0@alpha",
        "drupal/jquery_ui": "^1.6",
        "drupal/jquery_ui_datepicker": "^2.0",
        "drupal/jquery_ui_slider": "^2.0",
        "drupal/jquery_ui_touch_punch": "^1.1",
        "drupal/masquerade": "^2.0@RC",
        "drupal/menu_item_extras": "^3.0",
        "drupal/menu_link_attributes": "^1.3",
        "drupal/message": "^1.4",
        "drupal/message_notify": "^1.3",
        "drupal/message_ui": "^1.2",
        "drupal/nodeviewcount": "^1.0@alpha",
        "drupal/optional_end_date": "^1.3",
        "drupal/paragraphs": "^1.17",
        "drupal/paragraphs_edit": "^3.0",
        "drupal/pathauto": "^1.12",
        "drupal/pdf": "^1.2",
        "drupal/pf_email": "^2.3",
        "drupal/popup_message": "^3.0",
        "drupal/preserve_changed": "^2.0@alpha",
        "drupal/quick_node_clone": "^1.18",
        "drupal/redirect": "^1.9",
        "drupal/responsive_tables_filter": "^1.18",
        "drupal/restrict_route_by_ip": "^2.0@beta",
        "drupal/show_email": "^1.2",
        "drupal/shs": "^2.0@RC",
        "drupal/signaturefield": "^1.1",
        "drupal/simple_multistep": "^2.0",
        "drupal/simple_sitemap": "^4.1",
        "drupal/stable": "^2.0",
        "drupal/svg_image": "^3.0",
        "drupal/tamper": "^1.0@alpha",
        "drupal/token": "^1.13",
        "drupal/transliterate_filenames": "^2.0",
        "drupal/twig_tweak": "^3.3",
        "drupal/typed_data": "^1.0@beta",
        "drupal/viewfield": "^3.0@beta",
        "drupal/views_argument_token": "^2.0",
        "drupal/views_contextual_filters_or": "^1.4",
        "drupal/views_data_export": "^1.4",
        "drupal/webform": "^6.2",
        "drupal/webform_simplify": "^1.1"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true,
            "phpstan/extension-installer": true,
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "php-http/discovery": true,
            "oomphinc/composer-installers-extender": true
        },
        "sort-packages": true
    },
    "extra": {
        "drupal-scaffold": {
            "locations": {
                "web-root": "web/"
            },
            "installer-paths": {
                "web/libraries/{$name}": [
                    "type:drupal-library",
                    "type:bower-asset",
                    "type:npm-asset"
                ]
            },    
            "installer-types": [
                "bower-asset",
                "npm-asset"
            ]    
        },
        "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"
            ]
        }
    }
}
