-
Notifications
You must be signed in to change notification settings - Fork 17
/
manifest.json
43 lines (43 loc) · 1.18 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
{
"name": "search",
"vendor": "vtex",
"version": "2.18.1",
"title": "Search",
"description": "Search components and functionality for VTEX IO.",
"scripts": {
"prereleasy": "bash pre.sh"
},
"builders": {
"store": "0.x",
"react": "3.x",
"styles": "2.x",
"docs": "0.x",
"messages": "1.x"
},
"dependencies": {
"vtex.native-types": "0.x",
"vtex.shipping-estimate-translator": "2.x",
"vtex.store-graphql": "2.x",
"vtex.store-resources": "0.x",
"vtex.styleguide": "9.x",
"vtex.store-icons": "0.x",
"vtex.modal": "0.x",
"vtex.react-portal": "0.x",
"vtex.address-form": "4.x",
"vtex.product-context": "0.x",
"vtex.store-components": "3.x",
"vtex.search-result": "3.x",
"vtex.store": "2.x",
"vtex.product-summary": "2.x",
"vtex.product-list-context": "0.x",
"vtex.search-resolver": "1.x",
"vtex.device-detector": "0.x",
"vtex.search-page-context": "0.x",
"vtex.css-handles": "0.x",
"vtex.product-price": "1.x",
"vtex.pixel-manager": "1.x",
"vtex.tester-hub": "0.x"
},
"policies": [],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}