forked from vtex-apps/wish-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
75 lines (75 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "wish-list",
"vendor": "vtex",
"version": "1.14.0",
"title": "Wish List",
"description": "The Wishlist app is designed for B2C. It adds a heart icon to the Shelfs and Product Page, so the user can add it to the Wishlist, you can list all the Wishlisted items at /wishlist",
"categories": [],
"settingsSchema": {},
"builders": {
"docs": "0.x",
"dotnet": "2.x",
"graphql": "1.x",
"admin": "0.x",
"messages": "1.x",
"react": "3.x",
"store": "0.x"
},
"mustUpdateAt": "2018-09-05",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"vtex.add-to-cart-button": "0.x",
"vtex.css-handles": "0.x",
"vtex.flex-layout": "0.x",
"vtex.list-context": "0.x",
"vtex.product-context": "0.x",
"vtex.product-list-context": "0.x",
"vtex.product-quantity": "1.x",
"vtex.product-specification-badges": "0.x",
"vtex.product-summary": "2.x",
"vtex.render-runtime": "8.x",
"vtex.rich-text": "0.x",
"vtex.search-graphql": "0.x",
"vtex.slider-layout": "0.x",
"vtex.store": "2.x",
"vtex.store-graphql": "2.x",
"vtex.store-icons": "0.x",
"vtex.store-resources": "0.x",
"vtex.styleguide": "9.x",
"vtex.my-account": "1.x",
"vtex.my-account-commons": "1.x",
"vtex.pixel-manager": "1.x"
},
"policies": [
{
"name": "ADMIN_DS"
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/dataentities/*"
}
},
{
"name": "vbase-read-write"
},
{
"name": "POWER_USER_DS"
}
],
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://help-tickets.vtex.com/en/support?app=vtex.wish-list"
},
"free": true,
"type": "free",
"availableCountries": [
"*"
]
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}