-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1017 Bytes
/
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
{
"name": "jakala-na/next-cms-starterkit-recipe",
"description": "A Drupal recipe to use with the JAKALA Next CMS Starter Kit front end.",
"keywords": [
"recipe",
"drupal recipe",
"drupal decoupled",
"drupal decoupled recipe",
"graphql",
"starter kit"
],
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "JAKALA",
"homepage": "https://jakala.com",
"role": "Maintainer"
}
],
"require": {
"drupal/decoupled_preview_iframe": "^1.0",
"drupal/gin": "^4.0",
"drupal/graphql_compose": "^2.3",
"drupal/graphql_compose_fragments": "^1.0",
"drupal/graphql_compose_preview": "^1.0",
"drupal/paragraphs": "^1.19",
"drupal/pathauto": "^1.13",
"drupal/redirect": "^1.11",
"drupal/simple_oauth": "^5.2",
"drupal/view_unpublished": "^1.3",
"drupal/visual_editor": "^1.0"
}
}