forked from scandipwa/scandipwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
65 lines (65 loc) · 1.77 KB
/
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
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
{
"name": "scandipwa/source",
"type": "magento2-theme",
"description": "ScandiPWA",
"keywords": [
"magento2",
"source",
"scandipwa",
"pwa"
],
"license": [
"OSL-3.0"
],
"require": {
"magento/magento2-base": "^2.3.3",
"scandipwa/menu-organizer": "^1.1.1",
"scandipwa/persisted-query": "^2.0",
"scandipwa/slider-graphql": "^2.0",
"scandipwa/cms-graphql": "^1.3",
"scandipwa/catalog-graphql": "^2.6.9",
"scandipwa/route717": "^1.6",
"scandipwa/performance": "^1.0",
"scandipwa/customer-graph-ql": "^2.2",
"scandipwa/quote-graphql": "^2.9.1",
"scandipwa/wishlist-graphql": "^1.2",
"scandipwa/reviews-graphql": "^1.0",
"scandipwa/paypal-graphql": "^1.0",
"scandipwa/klarna-graphql": "^1.1",
"scandipwa/store-graphql": "^1.0.4",
"scandipwa/customization": "^1.0.2",
"scandipwa/cache": "^1.0",
"scandipwa/locale": "^1.0"
},
"support": {
"source": "https://bitbucket.org/scandiweb/scandipwa-base-theme",
"email": "[email protected]"
},
"authors": [
{
"name": "Ilja Lapkovskis",
"email": "[email protected]"
},
{
"name": "Alfreds Genkins",
"email": "[email protected]"
},
{
"name": "Vyacheslav Hlutkov",
"email": "[email protected]"
},
{
"name": "Eduards Mukans",
"email": "[email protected]"
},
{
"name": "Yefim Butrameev",
"email": "[email protected]"
}
],
"autoload": {
"files": [
"registration.php"
]
}
}