silverstripe-webpack/composer.json

65 lines
2.3 KiB
JSON
Raw Normal View History

2018-02-05 12:11:01 +01:00
{
2018-03-24 11:45:31 +01:00
"name": "silverstripe/installer",
"type": "silverstripe-recipe",
"description": "The SilverStripe Framework Installer",
2018-02-05 12:11:01 +01:00
"require": {
2018-03-24 11:45:31 +01:00
"php": ">=7.1.0",
2018-06-23 12:27:06 +02:00
"silverstripe/recipe-cms": "1.2.x-dev",
2018-04-21 05:36:06 +02:00
"wilr/silverstripe-googlesitemaps": "*",
"silverstripe/userforms": "*",
"undefinedoffset/sortablegridfield": "*",
"silverstripe/spamprotection": "*",
"silverstripe/recaptcha": "*",
2018-02-05 12:11:01 +01:00
"jonom/silverstripe-betternavigator": "*",
2018-04-21 05:36:06 +02:00
"sheadawson/silverstripe-linkable": "*",
"silverstripe/externallinks": "*",
"symbiote/silverstripe-gridfieldextensions": "*",
"colymba/gridfield-bulk-editing-tools": "3.0.0-beta4",
"dnadesign/silverstripe-elemental-list": "*",
"dnadesign/silverstripe-elemental-virtual": "*",
2018-05-13 17:32:50 +02:00
"dnadesign/silverstripe-elemental-userforms": "*",
"dynamic/silverstripe-elemental-blocks": "*",
2018-05-13 17:32:50 +02:00
"hestec/silverstripe-cookiebar": "^1.0",
"drmartingonzo/ss-tinymce-charcount": "^1.0",
"axllent/silverstripe-version-truncator": "*",
"firesphere/googlemapsfield": "^1.0@dev",
"gorriecoe/silverstripe-dataobjecthistory": "^1.2",
2018-05-14 03:05:35 +02:00
"mak001/silverstripe-categorization": "^1.0@dev",
2018-05-14 05:54:51 +02:00
"axllent/silverstripe-bootstrap-forms": "^2.0",
2018-05-27 20:23:50 +02:00
"silverstripe/redirectedurls": "dev-master",
"undefinedoffset/silverstripe-nocaptcha": "*",
"a2nt/silverstripe-font-awesome-field": "dev-master"
2018-02-05 12:11:01 +01:00
},
"require-dev": {
2018-06-23 12:27:06 +02:00
"phpunit/phpunit": "^5.7",
"lekoala/silverstripe-debugbar": "dev-master"
2018-02-05 12:11:01 +01:00
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/a2nt/silverstripe-font-awesome"
}],
2018-03-24 11:45:31 +01:00
"extra": {
"expose": [
2018-07-25 10:14:48 +02:00
"app/client/dist"
2018-03-24 11:45:31 +01:00
],
"project-files-installed": [
2018-06-23 12:27:06 +02:00
"app/.htaccess",
"app/_config.php",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php"
2018-03-24 11:45:31 +01:00
],
"public-files-installed": [
".htaccess",
"index.php",
"install-frameworkmissing.html",
"install.php",
"web.config"
]
2018-02-05 12:11:01 +01:00
},
"config": {
2018-03-24 11:45:31 +01:00
"process-timeout": 600
2018-02-05 12:11:01 +01:00
},
2018-03-24 11:45:31 +01:00
"prefer-stable": true,
"minimum-stability": "dev"
}