-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
40 lines (40 loc) · 1.32 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
{
"name": "scandipwa/scandi-integrate",
"description": "N/A",
"version": "0.0.1",
"type": "magento2-theme",
"license": [
"proprietary"
],
"require": {
"magento/framework": "*",
"scandipwa/service-worker": "1.0.1",
"scandipwa/installer": "4.0",
"scandipwa/menu-organizer": "2.1.1",
"scandipwa/persisted-query": "3.0.1",
"scandipwa/slider-graphql": "2.1.0",
"scandipwa/cms-graphql": "1.4.2",
"scandipwa/catalog-graphql": "3.1.24",
"scandipwa/route717": "2",
"scandipwa/performance": "1.4.6",
"scandipwa/customer-graph-ql": "3.1.2",
"scandipwa/quote-graphql": "2.19.8",
"scandipwa/wishlist-graphql": "2.0.7",
"scandipwa/urlrewrite-graphql": "1.3.7",
"scandipwa/store-graphql": "1.2.3",
"scandipwa/customization": "1.5.3",
"scandipwa/cache": "1.1.3",
"scandipwa/locale": "2",
"scandipwa/contact-graphql": "1.0.0",
"scandipwa/klarna-graphql": "1.1.2",
"scandipwa/compare-graphql": "1.0.8",
"scandipwa/customer-downloadable-graphql": "1.0.2",
"scandipwa/directory-graphql": "1.0.1",
"scandipwa/catalog-customer-graphql": "1.0.0"
},
"autoload": {
"files": [
"magento/registration.php"
]
}
}