-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.17 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "kanopi/saplings-theme",
"description": "Configures Saplings Child theme and dependent modules and UI Bootstrap base theme.",
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jim Birch",
"homepage": "https://kanopi.com",
"role": "Maintainer"
},
{
"name": "Kerry Murphy",
"homepage": "https://kanopi.com",
"role": "Maintainer"
}
],
"require": {
"bower-asset/bootstrap": "^5.3.0",
"drupal/block_class": "^4",
"drupal/core": ">=10.4",
"drupal/ds": "^3.15",
"drupal/field_formatter": "3.x-dev@dev",
"drupal/field_group": "^4.0@alpha",
"drupal/layout_options": "^1.4",
"drupal/menu_bootstrap_icon": "^1.0",
"drupal/twig_tweak": "^3.3",
"drupal/ui_patterns": "^1.7",
"drupal/ui_patterns_field_formatters": "^2.0",
"drupal/ui_patterns_settings": "^2.2@alpha",
"drupal/ui_skins": "^1.0@alpha",
"drupal/ui_styles": "^1.7",
"drupal/ui_suite_bootstrap": "^5.0@alpha",
"kanopi/saplings_child": "^1"
}
}