-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
105 lines (105 loc) · 3.44 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
{
"name": "su-sws/stanford_news",
"description": "Stanford News",
"type": "drupal-custom-module",
"homepage": "https://github.com/SU-SWS/stanford_news",
"authors": [],
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/a11ychecker",
"version": "1.1.1",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/a11ychecker/releases/a11ychecker_1.1.1.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/balloonpanel",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/balloonpanel/releases/balloonpanel_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/link",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/link/releases/link_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/fakeobjects",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
}
],
"require": {
"drupal/allowed_formats": "^1.2",
"drupal/auto_entitylabel": "^3.0",
"drupal/components": "^2.0",
"drupal/ctools": "^3.4",
"drupal/default_content": "^2.0",
"drupal/ds": "^3.5",
"drupal/element_class_formatter": "^1.3",
"drupal/entity_print": "^2.1",
"drupal/entity_reference_revisions": "^1.8",
"drupal/field_formatter_class": "^1.3",
"drupal/field_group": "^3.0",
"drupal/layout_builder_restrictions": "^2.7",
"drupal/menu_block": "^1.6",
"drupal/page_manager": "^4.0",
"drupal/paragraphs": "^1.11",
"drupal/pathauto": "^1.8",
"drupal/rabbit_hole": "^1.0-beta6",
"drupal/taxonomy_menu": "dev-3.x",
"drupal/views_block_filter_block": "^1.0",
"drupal/views_infinite_scroll": "^2.0",
"drupal/views_taxonomy_term_name_depth": "^7.0",
"su-sws/drupal-patches": "^8.0",
"su-sws/jumpstart_ui": "8.x-dev",
"su-sws/stanford_text_editor": "8.x-dev"
}
}