2025-03-05 20:46:21 -06:00
|
|
|
{
|
|
|
|
"name": "koneko/laravel-vuexy-website-admin",
|
|
|
|
"description": "Laravel Vuexy Website Admin, un modulo de administracion de sitios web.",
|
|
|
|
"keywords": ["laravel", "koneko", "framework", "vuexy", "website", "admin", "mexico"],
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"require": {
|
|
|
|
"php": "^8.2",
|
2025-03-07 03:24:53 -06:00
|
|
|
"koneko/laravel-vuexy-admin": "dev-main",
|
2025-03-05 20:46:21 -06:00
|
|
|
"laravel/framework": "^11.31"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Koneko\\VuexyWebsiteAdmin\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"laravel": {
|
|
|
|
"providers": [
|
|
|
|
"Koneko\\VuexyWebsiteAdmin\\Providers\\VuexyWebsiteAdminServiceProvider"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arturo Corro Pacheco",
|
|
|
|
"email": "arturo@koneko.mx"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/koneko-mx/laravel-vuexy-website-admin",
|
|
|
|
"issues": "https://github.com/koneko-mx/laravel-vuexy-website-admin/issues"
|
|
|
|
},
|
|
|
|
"prefer-stable": true
|
|
|
|
}
|