-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 994 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
28
29
30
31
32
{
"name": "wp-guide",
"version": "1.3.0",
"description": "Display additional panel in Gutenberg editor with guide",
"author": "Innocode",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build ./block/index.js ./block/sorting.js",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:css:fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"start": "wp-scripts start ./block/index.js ./block/sorting.js",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/components": "^19.14.0",
"@wordpress/data": "^6.12.0",
"@wordpress/edit-post": "^6.9.0",
"@wordpress/element": "^4.10.0",
"@wordpress/i18n": "^4.12.0",
"@wordpress/plugins": "^4.10.0",
"@wordpress/scripts": "^23.4.0"
},
"dependencies": {
"@wordpress/dom-ready": "^3.13.0",
"html-react-parser": "^0.13.0",
"sortablejs": "^1.14.0"
}
}