-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
34 lines (34 loc) · 954 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "titasgailius/laravel-moonlight",
"description": "An elegant Laravel scaffolding for your next single-page application.",
"keywords": ["laravel", "ui", "moonlight", "inertia", "inertiajs", "vue", "vuejs", "tailwind", "tailwindcss"],
"license": "MIT",
"authors": [
{
"name": "Titas Gailius",
"email": "titas.gailius@gmail.com"
}
],
"require": {
"inertiajs/inertia-laravel": "^0.2.5|^0.3|^0.4|^0.5|^0.6",
"tightenco/ziggy": "^0.9.0|^1.4",
"laravel/ui": "^1.0|^2.0|^3.0"
},
"autoload": {
"psr-4": {
"TitasGailius\\Moonlight\\": "src/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"TitasGailius\\Moonlight\\MoonlightServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}