-
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) · 869 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 869 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": "iconify-button",
"version": "0.1.0",
"description": "Extends the core button with an option to add icons.",
"author": "Mateusz Nowaczyk",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/code-mat/iconify-button.git"
},
"scripts": {
"prebuild": "node src/build-icons.js",
"build": "npm run prebuild && wp-scripts build",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js src/",
"lint:js:fix": "wp-scripts lint-js src/ --fix",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"dependencies": {
"@wordpress/icons": "^10.29.0",
"classnames": "^2.3.2",
"webpack-remove-empty-scripts": "^1.1.1"
},
"devDependencies": {
"@wordpress/scripts": "^30.22.0"
}
}