-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 792 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 792 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
{
"name": "infobox",
"version": "1.2.4",
"description": "Highlight Your Key Features & Hold Audience Attention with Info Box Block.",
"author": "WPDeveloper",
"license": "GPL-3.0-or-later",
"main": "Gruntfile.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@fonticonpicker/react-fonticonpicker": "hz-tyfoon/react-fonticonpicker#master",
"classnames": "^2.3.1",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@wordpress/block-editor": "^8.0.12",
"@wordpress/blocks": "^11.1.5",
"@wordpress/i18n": "^4.2.4",
"@wordpress/scripts": "^19.2.2"
}
}