-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.18 KB
/
package.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
{
"name": "lsx-mega-menus",
"version": "2.0.1",
"description": "Mega Menus for LSX",
"main": "gulpfile.js",
"scripts": {
"build-blocks": "wp-scripts build src/index.js --output-path=build",
"build-pot": "wp i18n make-pot . languages/lsx-mega-menus.pot",
"build-mopo": "rm -R languages/lsx-mega-menus-en_EN.mo && cp languages/lsx-mega-menus.pot languages/lsx-mega-menus-en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/lsx-mega-menus-en_EN.po languages/lsx-mega-menus-en_US.po && cp languages/lsx-mega-menus-en_EN.mo languages/lsx-mega-menus-en_US.mo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightspeeddevelopment/lsx-mega-menus.git"
},
"keywords": [
"lsx",
"addon"
],
"author": "LightSpeed",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lightspeeddevelopment/lsx-mega-menus/issues"
},
"homepage": "https://github.com/lightspeeddevelopment/lsx-mega-menus",
"devDependencies": {
"@wordpress/block-library": "^9.13.0",
"@wordpress/icons": "^10.14.0",
"@wordpress/scripts": "^30.6.0",
"acorn": "^8.14.0",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1"
}
}