42 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2025-01-27 02:22:06 -06:00
{
2025-03-05 20:28:54 -06:00
"name": "koneko/laravel-vuexy-admin",
"description": "Laravel Vuexy Admin, un modulo de administracion optimizado para México.",
"keywords": ["laravel", "koneko", "framework", "vuexy", "admin", "mexico"],
2025-01-27 02:22:06 -06:00
"type": "library",
"license": "MIT",
"require": {
2025-01-27 03:33:19 -06:00
"php": "^8.2",
2025-03-05 20:28:54 -06:00
"intervention/image-laravel": "^1.4",
"laravel/framework": "^11.31",
2025-01-27 03:33:19 -06:00
"laravel/fortify": "^1.25",
"laravel/sanctum": "^4.0",
2025-01-27 03:29:44 -06:00
"livewire/livewire": "^3.5",
2025-01-27 03:33:19 -06:00
"owen-it/laravel-auditing": "^13.6",
2025-03-05 20:28:54 -06:00
"spatie/laravel-permission": "^6.10"
2025-01-27 02:22:06 -06:00
},
"autoload": {
"psr-4": {
2025-03-05 20:28:54 -06:00
"Koneko\\VuexyAdmin\\": ""
2025-01-27 02:22:06 -06:00
}
},
"extra": {
"laravel": {
"providers": [
2025-03-05 20:28:54 -06:00
"Koneko\\VuexyAdmin\\Providers\\VuexyAdminServiceProvider"
2025-01-27 02:22:06 -06:00
]
}
},
"authors": [
{
"name": "Arturo Corro Pacheco",
"email": "arturo@koneko.mx"
}
2025-03-05 20:28:54 -06:00
],
"support": {
"source": "https://github.com/koneko-mx/laravel-vuexy-admin",
"issues": "https://github.com/koneko-mx/laravel-vuexy-admin/issues"
},
"minimum-stability": "stable",
"prefer-stable": true
2025-01-27 02:22:06 -06:00
}