realcity-group-website/composer.json
2025-05-28 22:38:46 -06:00

226 lines
6.9 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-website-layout-porto": "dev-main",
"koneko/laravel-vuexy-website-layout-simple-koneko": "dev-main"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.15",
"fakerphp/faker": "^1.24",
"laravel/pint": "^1.13",
"laravel/tinker": "^2.10",
"nunomaduro/collision": "^8.1"
},
"repositories": {
"koneko/laravel-vuexy-sat-catalogs": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-sat-catalogs",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-geolocation-api": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-geolocation-api",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-admin": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-admin",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-website-admin": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-website-admin",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-website-layout-porto": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-website-layout-porto",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-website-layout-simple-koneko": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-website-layout-simple-koneko",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-asset-management": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-asset-management",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-crm": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-crm",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-contacts": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-contacts",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-documents": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-documents",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-manufacturing": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-manufacturing",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-quality": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-quality",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-pos": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-pos",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-store-manager": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-store-manager",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-warehouse": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-warehouse",
"options": {
"symlink": true
}
},
"koneko/laravel-unit-converter": {
"type": "path",
"url": "../laravel-modules/laravel-unit-converter",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-chatbot": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-chatbot",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-development-tools": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-development-tools",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-backups": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-backups",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-sat-tools": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-sat-tools",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-sat-mass-downloader": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-sat-mass-downloader",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-advanced-security": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-advanced-security",
"options": {
"symlink": true
}
},
"koneko/laravel-vuexy-mcp": {
"type": "path",
"url": "../laravel-modules/laravel-vuexy-mcp",
"options": {
"symlink": true
}
}
},
"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-install-cmd": [
"bash -c './setup.sh' || echo 'Error en setup.sh'"
],
"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
}