-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.84 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
{
"name":"islandora-rdm/journal_profile",
"description":"Profile to represent scholarly content in Drupal.",
"type":"drupal-profile",
"license":"GPLv2",
"repositories":{
"drupal":{
"type":"composer",
"url":"https://packages.drupal.org/8"
}
},
"prefer-stable":true,
"require":{
"acquia/lightning":"~5",
"ckeditor-plugin/fakeobjects":"4.15.1",
"drupal/address":"*",
"drupal/field_group":"*",
"drupal/entity":"~1.0@beta",
"drupal/entity_embed":"*",
"drupal/field_permissions":"*",
"drupal/bibcite":"^1.0@dev",
"drupal/bibcite_footnotes":"1.x-dev",
"drupal/draggableviews":"^1.0",
"drupal/paragraphs":"^1.3",
"drupal/superfish":"^1.2",
"drupal/views_entity_form_field":"^1.0@beta",
"drupal/allowed_formats":"^1.1",
"drupal/simple_styleguide":"^1.4",
"drupal/twig_tweak":"^2.1",
"previousnext/nested-set":"^0.1.1",
"drupal/entity_hierarchy":"^2.0@alpha",
"drupal/name":"1.x-dev",
"drupal/bamboo_twig":"^5@alpha",
"twig/extensions":"^1.5",
"drupal/twig_field_value":"^2",
"drupal/search_api_solr":"^4",
"drupal/pathauto":"^1.3",
"drupal/masonry":"^1.0@RC",
"drupal/masonry_views":"^1.0@RC",
"drupal/metatag_google_scholar":"^1.0@beta",
"drupal/masquerade":"^2.0@beta",
"drupal/inline_entity_form":"^1.0@RC",
"drupal/taxonomy_import":"^2.0@alpha",
"drupal/linkit":"6.0.0-beta1",
"drupal/require_on_publish":"^1.2",
"drupal/ckeditor_bootstrap_grid":"^1.2",
"drupal/ckeditor_blockquote_attribution":"^1.0@beta",
"drupal/eva":"^2.0",
"drupal/module_filter":"^3.1",
"drupal/media_attribution":"1.x-dev"
}
}