-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
40 lines (40 loc) · 1.34 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
{
"name": "octahedroid/drupal-decoupled-graphql-basic-recipe",
"description": "A Drupal site as a starting point for a headless CMS, using a GraphQL endpoint to build a decoupled site.",
"keywords": [
"recipe",
"drupal recipe",
"drupal decoupled",
"drupal decopled recipe"
],
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Omar Aguirre",
"homepage": "https://octahedroid.com",
"role": "Maintainer"
}
],
"require": {
"drupal/admin_toolbar": "^3.4",
"drupal/coffee": "^1.4",
"drupal/decoupled_preview_iframe": "^1.0",
"drupal/dynamic_entity_reference": "^3.2",
"drupal/gin": "^3.0@RC",
"drupal/gin_login": "^2.1",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/graphql_compose": "^2.2",
"drupal/graphql_compose_fragments": "^1.0@beta",
"drupal/graphql_compose_preview": "^1.0",
"drupal/graphql_compose_webform": "^1.2@dev",
"drupal/metatag": "^2.0",
"drupal/pathauto": "^1.12",
"drupal/redirect": "^1.9",
"drupal/simple_oauth": "^5.2",
"drupal/subpathauto": "^1.3",
"drupal/view_unpublished": "^1.2",
"drupal/visual_editor": "^1.0",
"drupal/webform": "^6.3.0-alpha1"
}
}