2018-02-05 12:11:01 +01:00
|
|
|
{
|
2020-07-26 13:28:54 +02:00
|
|
|
"name": "a2nt/silverstripe-webpack",
|
|
|
|
"type": "silverstripe-recipe",
|
|
|
|
"description": "SilverStripe WebPack boilerplate + Basics of JS/CSS UI",
|
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"webpack"
|
2019-07-18 08:09:58 +02:00
|
|
|
],
|
2020-07-26 13:28:54 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2021-06-19 22:22:44 +02:00
|
|
|
"require": {
|
2020-07-26 13:28:54 +02:00
|
|
|
"php": ">=7.1.0",
|
|
|
|
"ext-json": "*",
|
|
|
|
"silverstripe/recipe-cms": "^4",
|
2021-11-23 14:21:49 +01:00
|
|
|
"silverstripe/recipe-plugin": "*",
|
2020-07-26 13:28:54 +02:00
|
|
|
"wilr/silverstripe-googlesitemaps": "*",
|
|
|
|
"silverstripe/userforms": "*",
|
|
|
|
"undefinedoffset/sortablegridfield": "*",
|
|
|
|
"silverstripe/spamprotection": "*",
|
|
|
|
"jonom/silverstripe-betternavigator": "*",
|
|
|
|
"silverstripe/externallinks": "*",
|
|
|
|
"symbiote/silverstripe-gridfieldextensions": "*",
|
|
|
|
"colymba/gridfield-bulk-editing-tools": "*",
|
|
|
|
"dnadesign/silverstripe-elemental-list": "*",
|
|
|
|
"dnadesign/silverstripe-elemental-virtual": "*",
|
|
|
|
"dnadesign/silverstripe-elemental-userforms": "*",
|
|
|
|
"dynamic/silverstripe-elemental-blocks": "*",
|
|
|
|
"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": "*",
|
|
|
|
"silverstripe/environmentcheck": "*",
|
|
|
|
"a2nt/silverstripe-font-awesome-field": "dev-master",
|
|
|
|
"a2nt/silverstripe-mapboxfield": "dev-master",
|
|
|
|
"a2nt/silverstripe-progressivewebapp": "dev-master",
|
2021-06-19 22:22:44 +02:00
|
|
|
"a2nt/silverstripe-elemental-basics": "*",
|
|
|
|
"a2nt/cms-niceties": "*",
|
2020-07-26 13:28:54 +02:00
|
|
|
"bummzack/sortablefile": "*",
|
|
|
|
"eluceo/ical": "^0.16.0",
|
|
|
|
"ezyang/htmlpurifier": "^4.13",
|
2021-11-23 14:21:49 +01:00
|
|
|
"showpro/silverstripe-seo-images": "*",
|
2020-08-14 00:36:26 +02:00
|
|
|
"endroid/qr-code": "^3.9",
|
2021-11-23 14:21:49 +01:00
|
|
|
"jonom/focuspoint": "*",
|
2022-01-09 23:59:45 +01:00
|
|
|
"symbiote/silverstripe-addressable": "dev-master",
|
|
|
|
"silverstripe/login-forms": "*"
|
2020-07-26 13:28:54 +02:00
|
|
|
},
|
2021-06-19 22:22:44 +02:00
|
|
|
"require-dev": {
|
2021-11-23 14:21:49 +01:00
|
|
|
"phpunit/phpunit": "*",
|
|
|
|
"lekoala/silverstripe-debugbar": "dev-master"
|
2020-07-26 13:28:54 +02:00
|
|
|
},
|
2021-08-02 22:17:27 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
2021-06-19 22:22:44 +02:00
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/a2nt/silverstripe-font-awesome"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/a2nt/silverstripe-mapboxfield"
|
2021-07-05 21:38:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/a2nt/silverstripe-addressable"
|
2021-06-19 22:22:44 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"extra": {
|
2020-07-26 13:28:54 +02:00
|
|
|
"expose": [
|
|
|
|
"app/client/dist"
|
|
|
|
],
|
|
|
|
"project-files-installed": [
|
|
|
|
"app/.htaccess",
|
|
|
|
"app/_config.php",
|
2020-12-28 00:29:43 +01:00
|
|
|
"app/_config/database.yml",
|
2020-07-26 13:28:54 +02:00
|
|
|
"app/_config/mimevalidator.yml",
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
2021-06-19 22:22:44 +02:00
|
|
|
"config": {
|
2020-07-26 13:28:54 +02:00
|
|
|
"process-timeout": 600
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"minimum-stability": "dev"
|
2018-08-06 13:46:54 +02:00
|
|
|
}
|