forked from vtex-apps/pickup-availability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
29 lines (29 loc) · 789 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
{
"vendor": "vtex",
"name": "pickup-availability",
"version": "0.1.0",
"title": "Pickup Availability",
"description": "Find pickup points for selected SKU",
"defaultLocale": "pt-BR",
"builders": {
"messages": "1.x",
"store": "0.x",
"react": "3.x",
"docs": "0.x"
},
"mustUpdateAt": "2019-04-02",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"vtex.styleguide": "9.x",
"vtex.store-icons": "0.x",
"vtex.store-graphql": "2.x",
"vtex.product-context": "0.x",
"vtex.shipping-estimate-translator": "2.x",
"vtex.react-portal": "0.x",
"vtex.device-detector": "0.x",
"vtex.css-handles": "0.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}