-
Notifications
You must be signed in to change notification settings - Fork 142
/
manifest.json
53 lines (53 loc) · 1.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"vendor": "vtex",
"name": "store-components",
"version": "3.176.0",
"title": "VTEX Store Components",
"defaultLocale": "pt-BR",
"description": "The VTEX store components for that render apps can use",
"builders": {
"react": "3.x",
"store": "0.x",
"messages": "1.x",
"docs": "0.x"
},
"mustUpdateAt": "2019-04-02",
"dependencies": {
"vtex.address-form": "4.x",
"vtex.apps-graphql": "3.x",
"vtex.checkout-resources": "0.x",
"vtex.css-handles": "1.x",
"vtex.device-detector": "0.x",
"vtex.format-currency": "0.x",
"vtex.modal": "0.x",
"vtex.modal-layout": "0.x",
"vtex.native-types": "0.x",
"vtex.order-manager": "0.x",
"vtex.order-shipping": "0.x",
"vtex.pixel-manager": "1.x",
"vtex.product-context": "0.x",
"vtex.react-portal": "0.x",
"vtex.responsive-values": "0.x",
"vtex.rich-text": "0.x",
"vtex.search-graphql": "0.x",
"vtex.shipping-estimate-translator": "2.x",
"vtex.slider-layout": "0.x",
"vtex.store-graphql": "2.x",
"vtex.store-icons": "0.x",
"vtex.store-image": "0.x",
"vtex.store-resources": "0.x",
"vtex.styleguide": "9.x"
},
"settingsSchema": {
"title": "vtex.store-components",
"type": "object",
"properties": {
"enableDefaultSeller": {
"title": "Use Default Seller",
"description": "Should use default seller to get price",
"type": "boolean"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}