-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
38 lines (38 loc) · 1.18 KB
/
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
33
34
35
36
37
38
{
"name": "icon-block",
"version": "2.0.0",
"description": "Easily add SVG icons and graphics to the WordPress block editor.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"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",
"packages-update": "wp-scripts packages-update",
"update-pot": "wp i18n make-pot . languages/icon-block.pot --exclude=src",
"plugin-zip": "wp-scripts plugin-zip"
},
"dependencies": {
"@wordpress/block-editor": "^12.16.0",
"@wordpress/blocks": "^12.25.0",
"@wordpress/components": "^25.14.0",
"@wordpress/compose": "^6.25.0",
"@wordpress/element": "^5.25.0",
"@wordpress/i18n": "^4.48.0",
"@wordpress/icons": "^9.39.0",
"@wordpress/keycodes": "^3.48.0",
"@wordpress/primitives": "^3.46.0",
"classnames": "^2.3.2",
"html-react-parser": "^1.4.14"
},
"devDependencies": {
"@wordpress/scripts": "^26.19.0",
"lodash": "^4.17.21",
"webpack-remove-empty-scripts": "^0.8.4"
}
}