forked from scandipwa/scandipwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 977 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
{
"name": "scandipwa/source",
"description": "ScandiPWA",
"type": "magento2-theme",
"license": [
"OSL-3.0"
],
"require": {
"magento/framework": "*",
"scandipwa/menu-organizer": "^2.0",
"scandipwa/persisted-query": "^2.4",
"scandipwa/slider-graphql": "^2.0",
"scandipwa/cms-graphql": "^1.3",
"scandipwa/catalog-graphql": "^2.15.3",
"scandipwa/route717": "^1.7",
"scandipwa/performance": "^1.1",
"scandipwa/customer-graph-ql": "^2.2.3",
"scandipwa/quote-graphql": "^2.14.1",
"scandipwa/wishlist-graphql": "^1.2",
"scandipwa/urlrewrite-graphql": "^1.2.1",
"scandipwa/reviews-graphql": "^1.0",
"scandipwa/store-graphql": "^1.0.7",
"scandipwa/customization": "^1.1",
"scandipwa/cache": "^1.0",
"scandipwa/locale": "^1.0"
},
"autoload": {
"files": [
"registration.php"
]
}
}