forked from OllieWP/ollie-menu-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 952 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 952 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
{
"name": "menu-designer",
"version": "0.1.0",
"description": "Design custom mega menus and mobile menus for WordPress.",
"author": "Mike McAlister",
"license": "GPL-3.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/menu-designer.pot --exclude=src,build,node_modules",
"plugin-zip": "npm run plugin-zip && copyfiles --verbose menu-designer.zip _playground/ && rm menu-designer.zip"
},
"devDependencies": {
"@wordpress/scripts": "^27.2.0",
"copyfiles": "^2.4.1"
},
"dependencies": {
"@wordpress/icons": "^9.42.0"
}
}