mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-03 11:09:27 +00:00
112 lines
2.9 KiB
JSON
112 lines
2.9 KiB
JSON
{
|
|
"name": "proxypanel/proxypanel",
|
|
"type": "project",
|
|
"description": "Proxy panel is a proxy account management system, it supports shadowsocks, shadowsocksr, v2ray, trojan and more.",
|
|
"keywords": [
|
|
"laravel",
|
|
"proxypanel"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pdo": "*",
|
|
"ext-simplexml": "*",
|
|
"arcanedev/log-viewer": "^10.0",
|
|
"geoip2/geoip2": "^v2.11",
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"hashids/hashids": "^5.0",
|
|
"ip2location/ip2location-laravel": "^1.2",
|
|
"ipip/db": "^1.0",
|
|
"jenssegers/agent": "^2.6",
|
|
"kyslik/column-sortable": "^6.4",
|
|
"laravel-notification-channels/telegram": "^4.0",
|
|
"laravel/framework": "^10.8",
|
|
"laravel/horizon": "^5.15",
|
|
"laravel/sanctum": "^3.2",
|
|
"laravel/socialite": "^5.6",
|
|
"laravel/tinker": "^2.8",
|
|
"mews/captcha": "^3.2",
|
|
"mews/purifier": "^3.3",
|
|
"phpoffice/phpspreadsheet": "^1.16",
|
|
"romanzipp/laravel-turnstile": "^1.1",
|
|
"socialiteproviders/telegram": "^4.1",
|
|
"spatie/laravel-permission": "^5.10",
|
|
"srmklive/paypal": "^3.0",
|
|
"stripe/stripe-php": "^10.12",
|
|
"symfony/yaml": "^6.2",
|
|
"xhat/payjs": "^1.5",
|
|
"zbrettonye/geetest": "^1",
|
|
"zbrettonye/hcaptcha": "^1",
|
|
"zbrettonye/no-captcha": "^1",
|
|
"zoujingli/ip2region": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.4",
|
|
"barryvdh/laravel-ide-helper": "^2.8",
|
|
"fakerphp/faker": "^1.9",
|
|
"laravel-lang/common": "^3.0",
|
|
"laravel/pint": "^1.10",
|
|
"laravel/telescope": "^4.14",
|
|
"mockery/mockery": "^1.4.4",
|
|
"nunomaduro/collision": "^7.0",
|
|
"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.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": [
|
|
"laravel/telescope"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"ext-pcntl": "8.0",
|
|
"ext-posix": "8.0"
|
|
},
|
|
"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
|
|
}
|