80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"$schema": "https://getcomposer.org/schema.json",
|
|
"name": "koneko-st/agroform-website",
|
|
"description": "Sitio Web de Agroform basado en Laravel Vuexy Admin México.",
|
|
"keywords": ["laravel", "vuexy", "admin", "mexico", "koneko", "website", "agroform", "faq", "chatbot"],
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"private": true,
|
|
"require": {
|
|
"php": "^8.2",
|
|
"koneko/laravel-vuexy-admin": "dev-develop",
|
|
"koneko/laravel-vuexy-website-admin": "dev-develop",
|
|
"koneko/laravel-vuexy-website-layout-porto": "dev-develop",
|
|
"koneko/laravel-vuexy-website-layout-simple-koneko": "dev-develop"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.15",
|
|
"fakerphp/faker": "^1.24",
|
|
"laravel/pint": "^1.13",
|
|
"laravel/tinker": "^2.10",
|
|
"nunomaduro/collision": "^8.1"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@github.com:koneko-mx/laravel-vuexy-admin.git"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@github.com:koneko-mx/laravel-vuexy-website-admin.git"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@github.com:koneko-mx/laravel-vuexy-website-layout-porto.git"
|
|
},
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@github.com:koneko-mx/laravel-vuexy-website-layout-simple-koneko.git"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
|
],
|
|
"post-update-cmd": [
|
|
"@php artisan package:discover --ansi"
|
|
]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"platform-check": false,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Arturo Corro Pacheco",
|
|
"email": "arturo@koneko.mx"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|