-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
141 lines (141 loc) · 3.97 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "drupal/hatuhay",
"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"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold"
],
"post-update-cmd": [
"@composer drupal-scaffold"
],
"drupal-scaffold": [
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
]
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-types": [
"npm-asset",
"bower-asset"
],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": [
"type:drupal-library",
"type:npm-asset",
"type:bower-asset"
],
"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"]
}
},
"require": {
"drupal/addtoany": "^1.14",
"drupal/admin_toolbar": "^3.0",
"drupal/backup_migrate": "^5.0",
"drupal/block_styles": "^2.0",
"drupal/bootstrap_barrio": "^5.5",
"drupal/bootstrap_layouts": "^5.1.0",
"drupal/bootstrap_sass": "^5.0",
"drupal/button_link": "^1.0.0",
"drupal/calendar_link": "^1.1",
"drupal/ckeditor_bootstrap_table": "^1.2",
"drupal/clientside_validation": "^3.0",
"drupal/config_filter": "^2.2",
"drupal/config_split": "^2.0",
"drupal/console": "~1.0",
"drupal/core": "^9.2",
"drupal/core-composer-scaffold": "^9.0",
"drupal/core-project-message": "^9.0",
"drupal/core-recommended": "^9.0",
"drupal/cshs": "^1.5",
"drupal/ctools": "^3.0.0",
"drupal/devel_php": "^1.1",
"drupal/dropzonejs": "^2.1",
"drupal/ds": "^3.1.0",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editor_advanced_link": "^2.0",
"drupal/editor_file": "^1.4",
"drupal/embed": "^1.0.0",
"drupal/entity": ">=1.0.0-beta3",
"drupal/entity_browser": "^2.0.0",
"drupal/entity_clone": "^1.0@beta",
"drupal/entity_embed": "^1.1",
"drupal/entity_reference_revisions": "^1.8",
"drupal/extlink": "^1.3",
"drupal/faqfield": "^7.0",
"drupal/field_group": "^3.0.0",
"drupal/filefield_paths": ">=1.0.0-beta1",
"drupal/gin": "^3.0@alpha",
"drupal/google_analytics": "^4.0",
"drupal/honeypot": "^1.28",
"drupal/image_effects": "^3.0",
"drupal/inline_entity_form": "^1.0",
"drupal/languageicons": "^1.0@beta",
"drupal/layout_builder_restrictions": "^2.7",
"drupal/layout_builder_styles": "^1.0",
"drupal/menu_link_attributes": "^1.0",
"drupal/metatag": "^1.4.0",
"drupal/node_view_permissions": "^1.5",
"drupal/nodeaccess": "^1.0",
"drupal/noreqnewpass": "^1.1",
"drupal/paragraphs": "^1.11",
"drupal/pathauto": "^1.1.0",
"drupal/r4032login": "^2.1",
"drupal/rabbit_hole": "^1.0@beta",
"drupal/recaptcha": "^3.0",
"drupal/redirect": "^1.1.0",
"drupal/redirect_after_login": "^2.6",
"drupal/restui": "^1.18",
"drupal/schema_metatag": "^2.1",
"drupal/slick_views": "^2.3",
"drupal/svg_image": "^1.13",
"drupal/transliterate": "^1.3",
"drupal/tzfield": "^1.3",
"drupal/url_embed": "^1.0",
"drupal/video_embed_field": "~2.0",
"drupal/view_mode_selector": "^1.0",
"drupal/views_bulk_operations": "^4.0",
"drupal/viewsreference": "^2.0",
"drupal/webform": "^6.0",
"drupal/weight": "^3.2",
"drupal/yaml_editor": "^1.1",
"drush/drush": "10.x"
},
"require-dev": {
"drupal/core-dev": "^9.2"
},
"conflict": {
"drupal/drupal": "*"
}
}