2018-02-05 12:11:01 +01:00
|
|
|
{
|
2019-09-07 04:45:26 +02:00
|
|
|
"name": "a2nt/silverstripe-webpack",
|
2019-09-07 03:39:49 +02:00
|
|
|
"type": "silverstripe-recipe",
|
2019-09-07 04:45:26 +02:00
|
|
|
"description": "SilverStripe WebPack boilerplate + Basics of JS/CSS UI",
|
2019-09-07 04:49:31 +02:00
|
|
|
"keywords": ["silverstripe", "webpack"],
|
|
|
|
"license": "BSD-3-Clause",
|
2019-09-07 03:39:49 +02:00
|
|
|
"require": {
|
|
|
|
"php": ">=7.1.0",
|
|
|
|
"ext-json": "*",
|
|
|
|
"silverstripe/recipe-cms": "^4",
|
|
|
|
"wilr/silverstripe-googlesitemaps": "*",
|
|
|
|
"silverstripe/userforms": "*",
|
|
|
|
"undefinedoffset/sortablegridfield": "*",
|
|
|
|
"silverstripe/spamprotection": "*",
|
|
|
|
"silverstripe/recaptcha": "*",
|
|
|
|
"jonom/silverstripe-betternavigator": "*",
|
|
|
|
"silverstripe/externallinks": "*",
|
|
|
|
"symbiote/silverstripe-gridfieldextensions": "*",
|
|
|
|
"colymba/gridfield-bulk-editing-tools": "^3",
|
|
|
|
"dnadesign/silverstripe-elemental-list": "*",
|
|
|
|
"dnadesign/silverstripe-elemental-virtual": "*",
|
|
|
|
"dnadesign/silverstripe-elemental-userforms": "*",
|
|
|
|
"dynamic/silverstripe-elemental-blocks": "*",
|
|
|
|
"drmartingonzo/ss-tinymce-charcount": "*",
|
|
|
|
"axllent/silverstripe-version-truncator": "*",
|
|
|
|
"gorriecoe/silverstripe-dataobjecthistory": "*",
|
|
|
|
"axllent/silverstripe-bootstrap-forms": "*",
|
|
|
|
"silverstripe/redirectedurls": "*",
|
|
|
|
"undefinedoffset/silverstripe-nocaptcha": "*",
|
|
|
|
"stevie-mayhew/silverstripe-svg": "*",
|
|
|
|
"betterbrief/silverstripe-googlemapfield": "*",
|
|
|
|
"innoweb/silverstripe-sitemap": "*",
|
|
|
|
"silverstripe/multiuser-editing-alert": "*",
|
|
|
|
"gorriecoe/silverstripe-link": "*",
|
|
|
|
"gorriecoe/silverstripe-linkfield": "*",
|
|
|
|
"silverstripe/environmentcheck": "*",
|
|
|
|
"silverstripe/widgets": "^2.0",
|
|
|
|
"a2nt/silverstripe-font-awesome-field": "dev-master",
|
2019-10-20 03:00:05 +02:00
|
|
|
"a2nt/silverstripe-mapboxfield": "dev-master",
|
|
|
|
"bummzack/sortablefile": "*"
|
2019-09-07 03:39:49 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.7",
|
|
|
|
"lekoala/silverstripe-debugbar": "dev-master"
|
|
|
|
},
|
|
|
|
"repositories": [{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/a2nt/silverstripe-font-awesome"
|
|
|
|
}, {
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/a2nt/silverstripe-mapboxfield"
|
|
|
|
}],
|
|
|
|
"extra": {
|
|
|
|
"expose": [
|
|
|
|
"app/client/dist"
|
2019-07-18 08:09:58 +02:00
|
|
|
],
|
2019-09-07 03:39:49 +02:00
|
|
|
"project-files-installed": [
|
|
|
|
"app/.htaccess",
|
|
|
|
"app/_config.php",
|
|
|
|
"app/_config/mysite.yml",
|
|
|
|
"app/src/Page.php",
|
|
|
|
"app/src/PageController.php"
|
|
|
|
],
|
|
|
|
"public-files-installed": [
|
|
|
|
".htaccess",
|
|
|
|
"index.php",
|
|
|
|
"install-frameworkmissing.html",
|
|
|
|
"install.php",
|
|
|
|
"web.config"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"process-timeout": 600
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2018-08-06 13:46:54 +02:00
|
|
|
}
|