forked from vtex-apps/product-comparison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
47 lines (47 loc) · 1.27 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
{
"vendor": "vtex",
"name": "product-comparison",
"version": "0.16.0",
"title": "Product Comparison",
"description": "Product Comparison",
"defaultLocale": "pt-BR",
"builders": {
"styles": "2.x",
"messages": "1.x",
"store": "0.x",
"react": "3.x",
"docs": "0.x"
},
"mustUpdateAt": "2019-04-02",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"vtex.styleguide": "9.x",
"vtex.css-handles": "0.x",
"vtex.store-graphql": "2.x",
"vtex.product-summary-context": "0.x",
"vtex.product-summary": "2.x",
"vtex.store-resources": "0.x",
"vtex.store-icons": "0.x",
"vtex.slider-layout": "0.x",
"vtex.list-context": "0.x",
"vtex.product-list-context": "0.x",
"vtex.flex-layout": "0.x",
"vtex.pixel-manager": "1.x",
"vtex.apps-graphql": "2.x",
"vtex.product-context": "0.x"
},
"settingsSchema": {
"title": "Product comparison",
"type": "object",
"properties": {
"maxNumberOfItemsToCompare": {
"title": "Comparison bucket upper limit",
"description": "Maximum number of items to compare. Default value is 10",
"type": "number"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}