-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
36 lines (36 loc) · 1.04 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
{
"vendor": "vtex",
"name": "shelf-components",
"version": "0.10.1",
"title": "Shelf components",
"description": "Components of the new shelves",
"builders": {
"docs": "0.x",
"messages": "1.x",
"react": "3.x",
"store": "0.x",
"styles": "2.x"
},
"dependencies": {
"vtex.add-to-cart-button": "0.x",
"vtex.css-handles": "0.x",
"vtex.device-detector": "0.x",
"vtex.flex-layout": "0.x",
"vtex.format-currency": "0.x",
"vtex.messages": "1.x",
"vtex.pixel-manager": "1.x",
"vtex.product-context": "0.x",
"vtex.product-group-context": "0.x",
"vtex.product-list-context": "0.x",
"vtex.product-price": "1.x",
"vtex.product-summary": "2.x",
"vtex.responsive-layout": "0.x",
"vtex.store-components": "3.x",
"vtex.styleguide": "9.x",
"vtex.slider-layout": "0.x",
"vtex.store-resources": "0.x",
"vtex.search-graphql": "0.x",
"vtex.recommendation-context": "0.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}