-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
30 lines (30 loc) · 924 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
{
"name": "enable-button-icons",
"version": "0.1.0",
"description": "Easily add icons to Button blocks.",
"author": "Nick Diego",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/ndiego/enable-button-icons.git"
},
"scripts": {
"build": "wp-scripts build",
"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/enable-button-icons.pot --exclude=src",
"plugin-zip": "wp-scripts plugin-zip"
},
"dependencies": {
"classnames": "^2.3.2"
},
"devDependencies": {
"@wordpress/icons": "^9.35.0",
"@wordpress/scripts": "^26.15.0",
"webpack-remove-empty-scripts": "^0.8.4"
}
}