forked from vtex-apps/mega-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
44 lines (44 loc) · 1 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
44
{
"name": "mega-menu",
"vendor": "vtex",
"version": "2.8.1",
"title": "Mega Menu",
"description": "Create, personalize and manage the category tree. It's can be used in the shop as main menu",
"mustUpdateAt": "2022-08-28",
"scripts": {
"postreleasy": "vtex publish"
},
"builders": {
"docs": "0.x",
"messages": "1.x",
"store": "0.x",
"admin": "0.x",
"react": "3.x",
"graphql": "1.x",
"node": "6.x"
},
"dependencies": {
"vtex.styleguide": "9.x",
"vtex.css-handles": "1.x",
"vtex.store-icons": "0.x",
"vtex.device-detector": "0.x",
"vtex.native-types": "0.x",
"vtex.store-drawer": "0.x"
},
"billingOptions": {
"type": "free",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"availableCountries": ["*"]
},
"policies": [
{
"name": "graphql-query"
},
{
"name": "vbase-read-write"
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}