forked from vtex-apps/wishlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
46 lines (46 loc) · 1.1 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
{
"vendor": "vtex",
"name": "wishlist",
"title": "Wishlist",
"version": "0.3.0",
"defaultLocale": "pt-BR",
"builders": {
"react": "3.x",
"messages": "1.x",
"store": "0.x",
"node": "4.x",
"graphql": "1.x"
},
"mustUpdateAt": "2019-04-20",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"vtex.store-components": "3.x",
"vtex.styleguide": "9.x",
"vtex.store-graphql": "2.x",
"vtex.store-resources": "0.x",
"vtex.store-icons": "0.x",
"vtex.product-summary": "2.x",
"vtex.product-details": "1.x",
"vtex.store": "2.x",
"vtex.store-footer": "2.x",
"vtex.store-header": "2.x"
},
"settingsSchema": {
"title": "Wish List",
"type": "object",
"properties": {
"enableMultipleLists": {
"title": "Enable creating custom lists",
"type": "boolean",
"default": false
},
"defaultListName": {
"title": "Default list name",
"type": "string"
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}