123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "name": "drupal/recommended-project",
- "description": "Project template for Drupal 8 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": "^1.2",
- "drupal/address": "^2.0",
- "drupal/address_map_link": "^1.4",
- "drupal/admin_toolbar": "^3.4",
- "drupal/adminimal_theme": "^1.7",
- "drupal/audiofield": "^1.9",
- "drupal/backup_migrate": "^5.0",
- "drupal/charts": "^5.0",
- "drupal/core-composer-scaffold": "^10",
- "drupal/core-project-message": "^10",
- "drupal/core-recommended": "^10",
- "drupal/ctools": "^4.0",
- "drupal/entity_browser": "^2.10",
- "drupal/entity_browser_enhanced": "^2.0",
- "drupal/entity_reference_revisions": "^1.11",
- "drupal/field_group": "^3.0",
- "drupal/field_pager": "^2.0@beta",
- "drupal/field_token_value": "^3.0",
- "drupal/geolocation": "^3.2",
- "drupal/jquery_ui": "^1.6",
- "drupal/jquery_ui_draggable": "^2.0",
- "drupal/jquery_ui_droppable": "^2.0",
- "drupal/linkit": "^6.0",
- "drupal/masonry": "^4.0",
- "drupal/matomo": "^1.11",
- "drupal/mediteran": "^1.10",
- "drupal/metatag": "^1.13",
- "drupal/page_manager": "^4.0",
- "drupal/panels": "^4.7",
- "drupal/paragraphs": "^1.12",
- "drupal/pathauto": "^1.8",
- "drupal/redirect": "^1.6",
- "drupal/redirect_after_login": "^2.6",
- "drupal/redis": "^1.4",
- "drupal/schema_metatag": "^2.5",
- "drupal/search_api": "^1.18",
- "drupal/site_settings": "^1.19",
- "drupal/subpathauto": "^1.1",
- "drupal/tacjs": "^6.4",
- "drupal/time_range": "^9.0",
- "drupal/token": "^1.13",
- "drupal/video_embed_field": "^2.4",
- "drupal/views_url_path_arguments": "^1.1",
- "drush/drush": "^12",
- "twbs/bootstrap": "4.5.0"
- },
- "conflict": {
- "drupal/drupal": "*"
- },
- "minimum-stability": "dev",
- "prefer-stable": true,
- "config": {
- "sort-packages": true,
- "allow-plugins": {
- "composer/installers": true,
- "drupal/core-composer-scaffold": true,
- "cweagans/composer-patches": true,
- "oomphinc/composer-installers-extender": true,
- "drupal/core-project-message": 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/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"
- ]
- }
- }
- }
|