silverstripe-webpack/composer.json

71 lines
2.5 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": "*",
"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": "*",
2018-08-06 13:46:54 +02:00
"a2nt/silverstripe-font-awesome-field": "dev-master",
2018-08-26 12:47:13 +02:00
"stevie-mayhew/silverstripe-svg": "^2.1",
2018-09-15 00:55:42 +02:00
"betterbrief/silverstripe-googlemapfield": "^2.1",
2018-09-19 07:20:43 +02:00
"innoweb/silverstripe-sitemap": "^2.0",
"silverstripe/multiuser-editing-alert": "^2.0"
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
},
2018-08-06 13:46:54 +02: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"
2018-08-06 13:46:54 +02:00
}