-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·86 lines (86 loc) · 2.5 KB
/
composer.json
File metadata and controls
executable file
·86 lines (86 loc) · 2.5 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "shopper/framework",
"description": "A TALL Laravel Headless e-commerce admin panel to create and manage online shop.",
"keywords": [
"laravel",
"livewire",
"admin-panel",
"shopper",
"e-commerce",
"headless cms",
"store",
"shop"
],
"license": "MIT",
"authors": [
{
"name": "Shopper",
"homepage": "https://laravelshopper.dev/"
}
],
"support": {
"issues": "https://github.com/shopperlabs/framework/issues",
"source": "https://github.com/shopperlabs/framework"
},
"require": {
"php": "^8.3",
"bacon/bacon-qr-code": "^2.0|^3.0",
"codeat3/blade-phosphor-icons": "^2.3",
"codewithdennis/filament-select-tree": "^4.0",
"danharrin/livewire-rate-limiting": "^1.0|^2.0",
"filament/filament": "^4.9",
"filament/spatie-laravel-media-library-plugin": "^4.9",
"gehrisandro/tailwind-merge-laravel": "^1.3",
"leandrocfe/filament-apex-charts": "^5.1",
"illuminate/console": "^11.28|^12.0|^13.0",
"illuminate/contracts": "^11.28|^12.0|^13.0",
"illuminate/cookie": "^11.28|^12.0|^13.0",
"illuminate/database": "^11.28|^12.0|^13.0",
"illuminate/http": "^11.28|^12.0|^13.0",
"illuminate/routing": "^11.28|^12.0|^13.0",
"illuminate/session": "^11.28|^12.0|^13.0",
"illuminate/support": "^11.28|^12.0|^13.0",
"illuminate/view": "^11.28|^12.0|^13.0",
"jenssegers/agent": "^2.6",
"jaocero/radio-deck": "^3.1",
"laravel/prompts": "^0.3.16",
"laravelcm/livewire-slide-overs": "^2.0",
"livewire/blaze": "^1.0",
"mckenziearts/filament-untitledui-icons": "^1.2",
"milon/barcode": "^11.0|^12.0|^13.0",
"pragmarx/google2fa": "^8.0|^9.0",
"psr/simple-cache": "^3.0",
"shopper/cart": "self.version",
"shopper/core": "self.version",
"shopper/sidebar": "self.version",
"shopper/shipping": "self.version",
"shopper/payment": "self.version",
"spatie/laravel-livewire-wizard": "^2.4",
"spatie/laravel-medialibrary": "^11.5",
"spatie/laravel-package-tools": "^1.9",
"spatie/laravel-permission": "^6.24|^7.0",
"stevebauman/location": "^7.2",
"symfony/yaml": "^7.0|^8.0"
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Shopper\\": "src/",
"Shopper\\Database\\Seeders\\": "database/seeders"
}
},
"extra": {
"laravel": {
"providers": [
"Shopper\\ShopperServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}