{
    "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"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        },
        {
         "type": "package",
         "package": {
           "name": "stevenwanderski/bxslider",
           "version": "4.2.15",
           "type": "drupal-library",
           "dist": {
             "url": "https://github.com/stevenwanderski/bxslider-4/archive/v4.2.15.zip",
             "type": "zip"
           }
         }
       }
    ],
    "require": {
        "composer/installers": "^1.9",
        "drupal/admin_toolbar": "^3.0",
        "drupal/adminimal_theme": "^1.6",
        "drupal/advagg": "^4.1",
        "drupal/advanced_email_validation": "^1.1",
        "drupal/backup_migrate": "^5.0@RC",
        "drupal/blazy": "^2.1",
        "drupal/block_styles": "^2.0",
        "drupal/bootstrap_barrio": "^5.5",
        "drupal/bootstrap_layout_builder": "^2.0",
        "drupal/bootstrap_library": "^1.14",
        "drupal/bootstrap_paragraphs": "^2.0@beta",
        "drupal/bootstrap_sass": "^5.0",
        "drupal/bootstrap_styles": "^1.0",
        "drupal/bxslider": "^1.2",
        "drupal/ckeditor_accordion": "^1.3",
        "drupal/ckeditor_bs_grid": "^2.0",
        "drupal/ckeditor_colorbox_inline": "^1.1",
        "drupal/colorbox": "^1.7",
        "drupal/colorbox_load": "^1.2",
        "drupal/colorbox_simple_load": "^2.0",
        "drupal/context": "^4.0@beta",
        "drupal/context_mobile_condition": "^1.0",
        "drupal/core-composer-scaffold": "^9.3.12",
        "drupal/core-project-message": "^9.3.12",
        "drupal/core-recommended": "^9.3.12",
        "drupal/danse": "^2.2",
        "drupal/dynamic_entity_reference": "^1.16",
        "drupal/entity_browser": "^2.5",
        "drupal/entity_embed": "^1.1",
        "drupal/eu_cookie_compliance": "^1.14",
        "drupal/facets": "^2.0",
        "drupal/faqfield": "^7.0",
        "drupal/field_group": "^3.1",
        "drupal/file_browser": "^1.3",
        "drupal/flexslider": "^2.0",
        "drupal/fontawesome": "^2.23",
        "drupal/google_analytics": "^3.1",
        "drupal/h5p": "^2.0@alpha",
        "drupal/imagemagick": "^3.3",
        "drupal/insert": "^2.0@beta",
        "drupal/jquery_ui": "^1.4",
        "drupal/jquery_ui_accordion": "^1.1",
        "drupal/jquery_ui_checkboxradio": "^1.2",
        "drupal/layout_builder_blocks": "^1.0",
        "drupal/mailsystem": "^4.3",
        "drupal/media_migration": "^1.0@alpha",
        "drupal/memcache": "^2.3",
        "drupal/menu_delete": "^2.2",
        "drupal/metatag": "^1.16",
        "drupal/migrate_file_to_media": "^2.0",
        "drupal/migrate_tools": "^5.0",
        "drupal/migrate_upgrade": "^3.2",
        "drupal/mobile_detect": "^3.0",
        "drupal/paragraphs": "^1.12",
        "drupal/paragraphs_ee": "^1.7",
        "drupal/paragraphs_sets": "^2.7",
        "drupal/pathauto": "^1.8",
        "drupal/revive_adserver": "^1.3",
        "drupal/riddler": "^1.2",
        "drupal/scheduler": "^1.3",
        "drupal/search_api": "^1.19",
        "drupal/search_api_page": "^1.0-@beta",
        "drupal/simple_sitemap": "^3.9",
        "drupal/super_login": "^1.7",
        "drupal/symfony_mailer": "^1.0@alpha",
        "drupal/tb_megamenu": "^1.0@RC",
        "drupal/total_control": "^3.0",
        "drupal/transaction": "^1.0@beta",
        "drupal/twitter_block": "^3.0@alpha",
        "drupal/userpoints": "^1.0@beta",
        "drupal/userpoints_default": "^1.0@beta",
        "drupal/views_bootstrap": "^4.3",
        "drupal/views_bulk_operations": "^4.1",
        "drupal/views_slideshow": "^4.8",
        "drupal/webform": "^6.0",
        "drupal/webp": "^1.0@beta",
        "drush/drush": "^10.4",
        "symfony/yaml": "^4.4.34",
        "vardot/blazy": "1.8.2.1",
        "woocommerce/flexslider": "~2.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "kylekatarnls/update-helper": true,
            "drupal/core-composer-scaffold": true,
            "drupal/core-project-message": true
        },
        "platform": {
            "php": "8.1.0"
        }
    },
    "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/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"
            ]
        }
    }
}
