125 lines
3.8 KiB
JSON
125 lines
3.8 KiB
JSON
{
|
|
"name": "laravel/laravel",
|
|
"type": "project",
|
|
"description": "The skeleton application for the Laravel framework.",
|
|
"keywords": [
|
|
"laravel",
|
|
"framework"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"dedoc/scramble": "^0.12",
|
|
"denniseilander/pulse-about-application": "^0.1.1",
|
|
"digital-creative/column-toggler": "^0.2.3",
|
|
"digital-creative/icon-action-toolbar": "^0.1.2",
|
|
"ebess/advanced-nova-media-library": "^4.2",
|
|
"eminiarts/nova-tabs": "*",
|
|
"eolica/nova-locale-switcher": "dev-support-nova-4",
|
|
"geoip2/geoip2": "~2.0",
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"laravel/framework": "^10.10",
|
|
"laravel/nova": "*",
|
|
"laravel/pulse": "^1.0",
|
|
"laravel/sanctum": "^3.3",
|
|
"laravel/tinker": "^2.8",
|
|
"maantje/pulse-php-fpm": "^0.2.1",
|
|
"markwalet/nova-modal-response": "^0.3.0",
|
|
"morrislaptop/laravel-pulse-4xx": "^0.0.2",
|
|
"mpdf/mpdf": "^8.2",
|
|
"nurmuhammet/nova-custom-html": "@dev",
|
|
"nurmuhammet/nova-inputmask": "^1.0",
|
|
"outl1ne/nova-detached-filters": "^2.1",
|
|
"outl1ne/nova-grid": "@dev",
|
|
"outl1ne/nova-simple-repeatable": "^2.2",
|
|
"outl1ne/nova-translatable": "^2.2",
|
|
"phpoffice/phpword": "dev-master",
|
|
"spatie/laravel-backup": "^8.4",
|
|
"spatie/laravel-medialibrary": "^11.9",
|
|
"spatie/laravel-permission": "^6.1",
|
|
"spatie/laravel-translatable": "^6.5",
|
|
"spatie/nova-backup-tool": "^5.0",
|
|
"stepanenko3/nova-logs-tool": "^2.1",
|
|
"stevebauman/location": "^7.1",
|
|
"symfony/filesystem": "^7.0",
|
|
"trin4ik/nova-switcher": "^0.4.0"
|
|
},
|
|
"require-dev": {
|
|
"fakerphp/faker": "^1.9.1",
|
|
"larastan/larastan": "^2.0",
|
|
"laravel-lang/common": "^5.3",
|
|
"laravel/envoy": "^2.10",
|
|
"laravel/pint": "^1.0",
|
|
"laravel/sail": "^1.18",
|
|
"mockery/mockery": "^1.4.4",
|
|
"nunomaduro/collision": "^7.0",
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^10.1",
|
|
"spatie/laravel-ignition": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
},
|
|
"files": [
|
|
"app/Helpers/helpers.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"repositories": {
|
|
"nova": {
|
|
"type": "path",
|
|
"url": "./nova"
|
|
},
|
|
"0": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/anditsung/nova-locale-switcher"
|
|
},
|
|
"1": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/nurmuhammet-ali/nova-tabs"
|
|
},
|
|
"2": {
|
|
"type": "path",
|
|
"url": "./nova-components/NovaCustomHtml"
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|