86 lines
2.6 KiB
JSON
86 lines
2.6 KiB
JSON
{
|
|
"name": "koneko/laravel-vuexy-admin-mexico",
|
|
"type": "project",
|
|
"description": "Laravel Vuexy Admin para México. Un proyecto optimizado para México.",
|
|
"keywords": [
|
|
"laravel",
|
|
"framework",
|
|
"vuexy",
|
|
"admin",
|
|
"mexico",
|
|
"Catálogos SAT"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"intervention/image-laravel": "^1.3",
|
|
"laravel/fortify": "^1.25",
|
|
"laravel/framework": "^11.0",
|
|
"laravel/sanctum": "^4.0",
|
|
"laravel/tinker": "^2.9",
|
|
"livewire/livewire": "^3.5",
|
|
"maatwebsite/excel": "^3.1",
|
|
"owen-it/laravel-auditing": "^13.6",
|
|
"spatie/laravel-permission": "^6.10",
|
|
"yajra/laravel-datatables-oracle": "^11.0"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.14",
|
|
"fakerphp/faker": "^1.23",
|
|
"laravel/pint": "^1.13",
|
|
"laravel/sail": "^1.26",
|
|
"mockery/mockery": "^1.6",
|
|
"nunomaduro/collision": "^8.0",
|
|
"phpunit/phpunit": "^11.0",
|
|
"spatie/laravel-ignition": "^2.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Modules\\": "modules/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
},
|
|
"files": [
|
|
"modules/Admin/App/Helpers/Helpers.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi"
|
|
],
|
|
"post-update-cmd": [
|
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
|
],
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate --ansi",
|
|
"@echo -e \"\\033[44mINFO:\\033[0m Configure database in .env and \"run: php -d memory_limit=1G artisan migrate:fresh --seed\" to initialize the project.\""
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|