-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
27 lines (27 loc) · 912 Bytes
/
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
{
"name": "mega-menu-block",
"version": "0.1.0",
"description": "Add mega menus to your website.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --experimental-modules",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:js:src": "wp-scripts lint-js ./src",
"lint:js:src:fix": "wp-scripts lint-js ./src --fix",
"start": "wp-scripts start --experimental-modules",
"packages-update": "wp-scripts packages-update",
"update-pot": "wp i18n make-pot . languages/mega-menu-block.pot --exclude=src",
"plugin-zip": "npm run plugin-zip && copyfiles --verbose mega-menu-block.zip _playground/ && rm mega-menu-block.zip"
},
"devDependencies": {
"@wordpress/scripts": "^27.2.0",
"copyfiles": "^2.4.1"
},
"dependencies": {
"@wordpress/icons": "^9.42.0"
}
}