-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 980 Bytes
/
manifest.json
File metadata and controls
37 lines (37 loc) · 980 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
31
32
33
34
35
36
37
{
"vendor": "vtex",
"name": "sku-list",
"version": "1.3.2",
"title": "VTEX SKU List for B2B stores",
"description": "",
"builders": {
"react": "3.x",
"messages": "1.x",
"docs": "0.x",
"store": "0.x"
},
"dependencies": {
"vtex.store": "2.x",
"vtex.store-graphql": "2.x",
"vtex.apps-graphql": "2.x",
"vtex.store-icons": "0.x",
"vtex.device-detector": "0.x",
"vtex.responsive-values": "0.x",
"vtex.product-context": "0.x",
"vtex.product-quantity": "1.x",
"vtex.css-handles": "0.x",
"vtex.store-components": "3.x",
"vtex.flex-layout": "0.x",
"vtex.store-resources": "0.x",
"vtex.styleguide": "9.x",
"vtex.order-manager": "0.x",
"vtex.checkout-resources": "0.x",
"vtex.pixel-manager": "1.x",
"vtex.format-currency": "0.x"
},
"registries": [
"smartcheckout"
],
"policies": [],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}