composer.json
0 → 100755
+46
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/vartheme_bs5",
|
||
"description": "A SASS base theme for Varbase standard websites. Based on Radix (Bootstrap 5) theme.",
|
||
"type": "drupal-theme",
|
||
"homepage": "https://www.drupal.org/project/vartheme_bs5",
|
||
"license": "GPL-2.0-or-later",
|
||
"minimum-stability": "dev",
|
||
"authors": [
|
||
{
|
||
"name": "Vardot",
|
||
"homepage": "https://www.drupal.org/vardot",
|
||
"role": "Maintainer"
|
||
}
|
||
],
|
||
"support": {
|
||
"issues": "http://drupal.org/project/issues/vartheme_bs5",
|
||
"source": "http://cgit.drupalcode.org/vartheme_bs5"
|
||
},
|
||
"repositories": {
|
||
"drupal": {
|
||
"type": "composer",
|
||
"url": "https://packages.drupal.org/8"
|
||
},
|
||
"assets": {
|
||
"type": "composer",
|
||
"url": "https://asset-packagist.org"
|
||
}
|
||
},
|
||
"require": {
|
||
"composer/installers": "~1.0 || ~2.0",
|
||
"oomphinc/composer-installers-extender": "~1.0 || ~2.0",
|
||
"cweagans/composer-patches": "~1.0",
|
||
"drupal/core": "~9.0 || ~10.0",
|
||
"drupal/radix": "~5.0",
|
||
"drupal/components": "~2.4",
|
||
"drupal/ui_patterns": "~1.2"
|
||
},
|
||
"extra": {
|
||
"installer-types": [
|
||
"bower-asset",
|
||
"npm-asset"
|
||
],
|
||
"enable-patching": true,
|
||
"composer-exit-on-patch-failure": true
|
||
}
|
||
} |
Loading