dump
parents
Showing
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupalcommerce/project-base", | ||
"description": "Commerce 2.x project template", | ||
"type": "", | ||
"require": { | ||
"ext-curl": "*", | ||
"composer/installers": "^1.2", | ||
"cweagans/composer-patches": "^1.6.5", | ||
"drupal-composer/drupal-scaffold": "^2.5", | ||
"drupal/admin_toolbar": "~1.0", | ||
"drupal/bootstrap": "^3.13", | ||
"drupal/bootstrap_layouts": "^5.1", | ||
"drupal/coffee": "^1.0", | ||
"drupal/commerce": "~2.0", | ||
"drupal/commerce_paypal": "^1.0@beta", | ||
"drupal/commerce_shipping": "^2.0@beta", | ||
"drupal/console": "^1.0.2", | ||
"drupal/core": "^8.6.0", | ||
"drupal/devel": "^1.2", | ||
"drupal/ds": "^3.1", | ||
"drupal/facets": "^1.1", | ||
"drupal/metatag": "^1.7", | ||
"drupal/search_api": "~1.0", | ||
"drupal/search_api_solr": "^2.2", | ||
"drupal/seo_checklist": "^4.1", | ||
"drupal/slick": "^1.0", | ||
"drupal/slick_views": "^1.0", | ||
"drupal/social_media_links": "^2.6", | ||
"drupal/starrating": "^4.0", | ||
"drupal/swiftmailer": "~1.0", | ||
"drupal/token": "~1.0", | ||
"drupal/xmlsitemap": "^1.0", | ||
"drupalcommerce/commerce_base": "dev-8.x-1.x", | ||
"oomphinc/composer-installers-extender": "^1.1", | ||
"webflo/drupal-finder": "^1.0", | ||
"webmozart/path-util": "^2.3" | ||
}, | ||
"require-dev": { | ||
"webflo/drupal-core-require-dev": "^8.6.0" | ||
}, | ||
"conflict": { | ||
"drupal/drupal": "*" | ||
}, | ||
"replace": {}, | ||
"provide": {}, | ||
"suggest": {}, | ||
"autoload": { | ||
"classmap": [ | ||
"scripts/composer/ScriptHandler.php" | ||
] | ||
}, | ||
"autoload-dev": {}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"repositories": { | ||
"drupal": { | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
}, | ||
"commerce_base": { | ||
"type": "vcs", | ||
"url": "https://github.com/drupalcommerce/commerce_base" | ||
}, | ||
"asset-packagist": { | ||
"type": "composer", | ||
"url": "https://asset-packagist.org" | ||
} | ||
}, | ||
"config": { | ||
"bin-dir": "bin", | ||
"sort-packages": true | ||
}, | ||
"scripts": { | ||
"drupal-scaffold": [ | ||
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold" | ||
], | ||
"pre-install-cmd": [ | ||
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion" | ||
], | ||
"pre-update-cmd": [ | ||
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion" | ||
], | ||
"post-install-cmd": [ | ||
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | ||
], | ||
"post-update-cmd": [ | ||
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | ||
] | ||
}, | ||
"extra": { | ||
"patchLevel": { | ||
"drupal/core": "-p2" | ||
}, | ||
"installer-types": [ | ||
"bower-asset", | ||
"npm-asset" | ||
], | ||
"installer-paths": { | ||
"web/core": [ | ||
"type:drupal-core" | ||
], | ||
"web/libraries/{$name}": [ | ||
"type:drupal-library", | ||
"type:bower-asset", | ||
"type:npm-asset" | ||
], | ||
"web/modules/contrib/{$name}": [ | ||
"type:drupal-module" | ||
], | ||
"web/profiles/contrib/{$name}": [ | ||
"type:drupal-profile" | ||
], | ||
"web/themes/contrib/{$name}": [ | ||
"type:drupal-theme" | ||
], | ||
"drush/contrib/{$name}": [ | ||
"type:drupal-drush" | ||
] | ||
}, | ||
"drupal-scaffold": { | ||
"initial": { | ||
".editorconfig": "../.editorconfig", | ||
".gitattributes": "../.gitattributes" | ||
} | ||
} | ||
}, | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "", | ||
"role": "" | ||
} | ||
], | ||
"support": {}, | ||
"archive": {} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
web/.csslintrc
0 → 100644
web/.editorconfig
0 → 100644
web/.eslintignore
0 → 100644
web/.eslintrc.json
0 → 100644
web/.gitattributes
0 → 100644
web/.ht.router.php
0 → 100644
web/.htaccess
0 → 100644