-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 868 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 868 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
{
"name": "toggle-content",
"version": "1.2.7",
"description": "Example block written with ESNext standard and JSX support – build step required.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "Gruntfile.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"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@wordpress/scripts": "^19.2.2"
},
"dependencies": {
"@fonticonpicker/react-fonticonpicker": "hz-tyfoon/react-fonticonpicker#master",
"array-move": "^3.0.1",
"classnames": "^2.3.1",
"react-sortable-hoc": "^2.0.0",
"react-transition-group": "^4.4.2",
"react-select": "^5.2.1"
}
}