-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 902 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 902 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
28
29
{
"name": "mega-menu-block",
"version": "1.0.1",
"description": "A custom WordPress block for mega menus in Navigation blocks",
"author": "Viget",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build && npm run build:fix-css",
"build:fix-css": "cd build && [ -f style-style.css ] && mv style-style.css style.css || true",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^26.0.0",
"raw-loader": "^4.0.2",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"@wordpress/block-editor": "^12.0.0",
"@wordpress/blocks": "^13.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/i18n": "^5.0.0"
}
}