-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
executable file
·55 lines (55 loc) · 1.64 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
{
"name": "drupal/varbase_editor",
"description": "Editor profile and settings to be used in most websites.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_editor",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/issues/varbase_editor",
"source": "http://cgit.drupalcode.org/varbase_editor"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/varbase-patches": "~10",
"drupal/pathologic": "~2",
"drupal/ckeditor_bidi": "~5",
"drupal/ace_editor": "~2",
"drupal/extlink": "~1 || ~2",
"drupal/linkit": "~7",
"drupal/editor_advanced_link": "~2.2.0",
"drupal/ckeditor_media_embed": "~2",
"drupal/ckeditor_media_resize": "~1",
"drupal/edit_media_modal": "~2",
"drupal/anchor_link": "~3",
"drupal/token": "~1",
"drupal/token_filter": "~2",
"drupal/blazy": "~2 || ~3",
"drupal/slick": "~2 || ~3",
"drupal/entity_embed": "~1",
"drupal/ckeditor5_paste_filter": "~1",
"drupal/ckeditor5_plugin_pack": "~1.0",
"drupal/ckeditor5_premium_features": "~1.3.0",
"drupal/ckeditor_emoji": "~2",
"npm-asset/ace-builds": "~1",
"npm-asset/northernco--ckeditor5-anchor-drupal": "*",
"npm-asset/ckeditor--ckeditor5-media-embed": "*"
}
}