-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
31 lines (31 loc) · 866 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
{
"vendor": "CHANGE_ME",
"name": "dynamictabapp",
"version": "0.0.1",
"title": "DynamicTabApp",
"description": "The vtex-dynamic-tab-layout app provides you the needed structure to create shelf layouts based in collections from the use of tabs.",
"defaultLocale": "en-US",
"builders": {
"messages": "1.x",
"styles": "2.x",
"store": "0.x",
"docs": "0.x",
"react": "3.x"
},
"dependencies": {
"vtex.store": "2.x",
"vtex.product-summary": "2.x",
"vtex.styleguide": "9.x",
"vtex.slider": "0.x",
"vtex.slider-layout": "0.x",
"vtex.tab-layout": "0.x",
"vtex.list-context": "0.x",
"vtex.css-handles": "0.x",
"vtex.search-graphql": "0.x"
},
"registries": [
"smartcheckout"
],
"policies": [],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}