forked from storefront-x/storefront-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstorefront-x.shopware.config.js
42 lines (36 loc) · 1.08 KB
/
storefront-x.shopware.config.js
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
export default {
modules: [
'@storefront-x/base',
'@storefront-x/vue',
'@storefront-x/vue-router-simple',
'@storefront-x/vue-head',
'@storefront-x/vue-i18n',
'@storefront-x/vue-pinia',
'@storefront-x/base-commerce',
'@storefront-x/atomic-design',
'@storefront-x/cypress',
'@storefront-x/schema-org',
'@storefront-x/nprogress',
'@storefront-x/google-analytics',
'@storefront-x/catalog',
'@storefront-x/cart',
'@storefront-x/customer',
'@storefront-x/wishlist',
'@storefront-x/checkout',
'@storefront-x/multicurrency',
'@storefront-x/cms',
'@storefront-x/sitemap',
'@storefront-x/shopware',
'@storefront-x/catalog-shopware',
'@storefront-x/customer-shopware',
'@storefront-x/wishlist-shopware',
'@storefront-x/cart-shopware',
'@storefront-x/checkout-shopware',
'@storefront-x/multicurrency-shopware',
'@storefront-x/cms-shopware',
'@storefront-x/sitemap-shopware',
'@storefront-x/theme-tailwind',
'@storefront-x/theme-tailwind-shopware',
'@storefront-x/demo-shopware',
],
}