|
@@ -5,7 +5,9 @@
|
|
"keywords": ["Drupal","FiguresLibres", "StarterKit"],
|
|
"keywords": ["Drupal","FiguresLibres", "StarterKit"],
|
|
"require": {
|
|
"require": {
|
|
"drupal/core": "8.*",
|
|
"drupal/core": "8.*",
|
|
|
|
+ "components/highlightjs": "9.7.*",
|
|
"cweagans/composer-patches": "^1.6",
|
|
"cweagans/composer-patches": "^1.6",
|
|
|
|
+ "d3/d3": "3.5.*",
|
|
"drush/drush": "^9.5",
|
|
"drush/drush": "^9.5",
|
|
"drupal/console": "^1.8",
|
|
"drupal/console": "^1.8",
|
|
"drupal/actions_permissions": "^2.4",
|
|
"drupal/actions_permissions": "^2.4",
|
|
@@ -86,6 +88,30 @@
|
|
{
|
|
{
|
|
"type": "composer",
|
|
"type": "composer",
|
|
"url": "https://packages.drupal.org/8"
|
|
"url": "https://packages.drupal.org/8"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "package": {
|
|
|
|
+ "name": "d3/d3",
|
|
|
|
+ "version": "v3.5.17",
|
|
|
|
+ "type": "drupal-library",
|
|
|
|
+ "dist": {
|
|
|
|
+ "url": "https://github.com/d3/d3/archive/v3.5.17.zip",
|
|
|
|
+ "type": "zip"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "type": "package",
|
|
|
|
+ "package": {
|
|
|
|
+ "name": "components/highlightjs",
|
|
|
|
+ "version": "9.7.0",
|
|
|
|
+ "type": "drupal-library",
|
|
|
|
+ "dist": {
|
|
|
|
+ "url": "https://github.com/components/highlightjs/archive/9.7.0.zip",
|
|
|
|
+ "type": "zip"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"extra": {
|
|
"extra": {
|