forked from vtex-apps/store-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 847 Bytes
/
manifest.json
File metadata and controls
30 lines (30 loc) · 847 Bytes
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
{
"vendor": "vtex",
"name": "store-components",
"version": "3.48.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"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}