Browse
For agents
About
RT Mega Menu – Mega Menu Builder for Elementor & Gutenberg
/
trunk
RT Mega Menu – Mega Menu Builder for Elementor & Gutenberg
vtrunk
Switch version
1.5.3
1.5.2
1.5.1
1.5.0
1.4.8
1.4.9
1.4.7
1.4.6
1.4.5
trunk
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
All 47 releases
Overview
Code
rt-mega-menu
/
package.json
package.json
in RT Mega Menu – Mega Menu Builder for Elementor & Gutenberg trunk, at package.json
12 lines
504 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
{
2
"
name
"
:
"
rt-mega-menu
"
,
3
"
version
"
:
"
1.5.2
"
,
4
"
description
"
:
"
RT Mega Menu Plugin
"
,
5
"
scripts
"
:
{
6
"
build
"
:
"
wp-scripts build --blocks-manifest --webpack-src-dir=public/blocks/rt-mega-menu/src --output-path=public/blocks/rt-mega-menu/build
"
,
7
"
start
"
:
"
wp-scripts start --blocks-manifest --webpack-src-dir=public/blocks/rt-mega-menu/src --output-path=public/blocks/rt-mega-menu/build
"
8
}
,
9
"
devDependencies
"
:
{
10
"
@wordpress/scripts
"
:
"
^31.2.0
"
11
}
12
}