mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
UPD: composer
This commit is contained in:
parent
ba000bcb4e
commit
ddcdb1218c
254
composer.json
254
composer.json
@ -1,132 +1,130 @@
|
|||||||
{
|
{
|
||||||
"name": "a2nt/silverstripe-webpack",
|
"name": "a2nt/silverstripe-webpack",
|
||||||
"type": "silverstripe-recipe",
|
"type": "silverstripe-recipe",
|
||||||
"description": "SilverStripe WebPack boilerplate + Basics of JS/CSS UI",
|
"description": "SilverStripe WebPack boilerplate + Basics of JS/CSS UI",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"silverstripe",
|
"silverstripe",
|
||||||
"webpack"
|
"webpack"
|
||||||
|
],
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"require": {
|
||||||
|
"php": ">=8",
|
||||||
|
"ext-json": "*",
|
||||||
|
"silverstripe/recipe-cms": "^4",
|
||||||
|
"silverstripe/recipe-plugin": "*",
|
||||||
|
"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",
|
||||||
|
"a2nt/silverstripe-elemental-basics": "*",
|
||||||
|
"a2nt/cms-niceties": "dev-main",
|
||||||
|
"a2nt/silverstripe-live-checks": "*",
|
||||||
|
"bummzack/sortablefile": "*",
|
||||||
|
"ezyang/htmlpurifier": "^4.13",
|
||||||
|
"endroid/qr-code": "^3.9",
|
||||||
|
"jonom/focuspoint": "*",
|
||||||
|
"symbiote/silverstripe-addressable": "dev-master",
|
||||||
|
"silverstripe/login-forms": "*",
|
||||||
|
"webbuilders-group/silverstripe-image-cropper-field": "dev-master",
|
||||||
|
"dynamic/silverstripe-linkable": "*",
|
||||||
|
"axllent/silverstripe-trailing-slash": "^2.2",
|
||||||
|
"sunnysideup/dataintegritytests": "*",
|
||||||
|
"derralf/elemental-archive-report": "*",
|
||||||
|
"webbuilders-group/silverstripe-turnstile": "^1.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "*",
|
||||||
|
"sunnysideup/easy-coding-standards": "dev-master",
|
||||||
|
"silverleague/ideannotator": "dev-master"
|
||||||
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/a2nt/silverstripe-elemental-archive-report"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/a2nt/silverstripe-font-awesome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/a2nt/silverstripe-mapboxfield"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/a2nt/silverstripe-addressable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/a2nt/silverstripe-image-cropper-field"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/a2nt/GridFieldBulkEditingTools"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/a2nt/silverstripe-dataintegritytests"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"extra": {
|
||||||
|
"expose": [
|
||||||
|
"app/client/dist"
|
||||||
],
|
],
|
||||||
"license": "BSD-3-Clause",
|
"project-files-installed": [
|
||||||
"require": {
|
"app/.htaccess",
|
||||||
"php": ">=8",
|
"app/_config.php",
|
||||||
"ext-json": "*",
|
"app/_config/database.yml",
|
||||||
"silverstripe/recipe-cms": "^4",
|
"app/_config/mimevalidator.yml",
|
||||||
"silverstripe/recipe-plugin": "*",
|
"app/_config/mysite.yml",
|
||||||
"wilr/silverstripe-googlesitemaps": "*",
|
"app/src/Page.php",
|
||||||
"silverstripe/userforms": "*",
|
"app/src/PageController.php"
|
||||||
"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",
|
|
||||||
"a2nt/silverstripe-elemental-basics": "*",
|
|
||||||
"a2nt/cms-niceties": "dev-main",
|
|
||||||
"a2nt/silverstripe-live-checks": "*",
|
|
||||||
"bummzack/sortablefile": "*",
|
|
||||||
"ezyang/htmlpurifier": "^4.13",
|
|
||||||
"endroid/qr-code": "^3.9",
|
|
||||||
"jonom/focuspoint": "*",
|
|
||||||
"symbiote/silverstripe-addressable": "dev-master",
|
|
||||||
"silverstripe/login-forms": "*",
|
|
||||||
"webbuilders-group/silverstripe-image-cropper-field": "dev-master",
|
|
||||||
"dynamic/silverstripe-linkable": "*",
|
|
||||||
"axllent/silverstripe-trailing-slash": "^2.2",
|
|
||||||
"sunnysideup/dataintegritytests": "*",
|
|
||||||
"derralf/elemental-archive-report": "*",
|
|
||||||
"webbuilders-group/silverstripe-turnstile": "^1.1"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "*",
|
|
||||||
"sunnysideup/easy-coding-standards": "dev-master",
|
|
||||||
"silverleague/ideannotator": "dev-master"
|
|
||||||
},
|
|
||||||
"repositories": [
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-elemental-archive-report"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-font-awesome"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-mapboxfield"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-addressable"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-image-cropper-field"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/GridFieldBulkEditingTools"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-turnstile"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-dataintegritytests"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"extra": {
|
"public-files-installed": [
|
||||||
"expose": [
|
".htaccess",
|
||||||
"app/client/dist"
|
"index.php",
|
||||||
],
|
"install-frameworkmissing.html",
|
||||||
"project-files-installed": [
|
"install.php",
|
||||||
"app/.htaccess",
|
"web.config"
|
||||||
"app/_config.php",
|
]
|
||||||
"app/_config/database.yml",
|
},
|
||||||
"app/_config/mimevalidator.yml",
|
"config": {
|
||||||
"app/_config/mysite.yml",
|
"process-timeout": 600,
|
||||||
"app/src/Page.php",
|
"allow-plugins": {
|
||||||
"app/src/PageController.php"
|
"composer/installers": true,
|
||||||
],
|
"silverstripe/vendor-plugin": true,
|
||||||
"public-files-installed": [
|
"silverstripe/recipe-plugin": true
|
||||||
".htaccess",
|
}
|
||||||
"index.php",
|
},
|
||||||
"install-frameworkmissing.html",
|
"autoload": {
|
||||||
"install.php",
|
"psr-4": {
|
||||||
"web.config"
|
"App\\": "app/src"
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"config": {
|
"exclude-from-classmap": [
|
||||||
"process-timeout": 600,
|
"vendor/dynamic/flexslider/src/Model/SlideImage.php"
|
||||||
"allow-plugins": {
|
]
|
||||||
"composer/installers": true,
|
},
|
||||||
"silverstripe/vendor-plugin": true,
|
"prefer-stable": true,
|
||||||
"silverstripe/recipe-plugin": true
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"App\\": "app/src"
|
|
||||||
},
|
|
||||||
"exclude-from-classmap": ["vendor/dynamic/flexslider/src/Model/SlideImage.php"]
|
|
||||||
},
|
|
||||||
"prefer-stable": true,
|
|
||||||
"minimum-stability": "dev"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user