forked from vtex-apps/minicart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
40 lines (40 loc) · 1.07 KB
/
manifest.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
{
"vendor": "chapurmx",
"name": "minicart",
"title": "Mini Cart",
"version": "0.0.0",
"builders": {
"messages": "1.x",
"store": "0.x",
"react": "3.x",
"docs": "0.x",
"styles": "2.x"
},
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"chapurmx.product-list": "0.x",
"vtex.product-summary": "2.x",
"vtex.store-resources": "0.x",
"vtex.store-components": "3.x",
"vtex.styleguide": "9.x",
"vtex.store-icons": "0.x",
"vtex.pixel-manager": "1.x",
"vtex.react-portal": "0.x",
"vtex.store-graphql": "2.x",
"vtex.sandbox": "0.x",
"vtex.css-handles": "1.x",
"vtex.order-manager": "0.x",
"vtex.order-items": "0.x",
"vtex.device-detector": "0.x",
"vtex.store-drawer": "0.x",
"vtex.checkout-summary": "0.x",
"vtex.checkout-resources": "0.x",
"vtex.flex-layout": "0.x",
"vtex.rich-text": "0.x",
"vtex.responsive-values": "0.x",
"vtex.checkout-graphql": "0.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}