-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (27 loc) · 858 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
{
"name": "gallery-styles",
"version": "1.1.0",
"description": "Additional Styles for the WordPress core/gallery.",
"author": "kometschuh",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^12.15.0",
"@wordpress/blocks": "^12.24.0",
"@wordpress/i18n": "^4.47.0",
"@wordpress/block-library": "^5.00.0",
"@wordpress/icons": "^5.00.0",
"@wordpress/data": "^9.17.0"
},
"devDependencies": {
"@wordpress/scripts": "^26.18.0"
}
}