PluginProbe
Groups – Memberships and Access Control / 4.7.1
Groups – Memberships and Access Control v4.7.1
4.7.1 4.7.0 4.6.0 4.5.0 4.4.0 4.3.0 trunk 1.0.0-beta-1 1.0.0-beta-2 1.0.0-beta-3 1.0.0-beta-3b 1.0.0-beta-3c 1.0.0-beta-3d 1.1.4 1.1.5 1.10.0 1.10.1 1.10.2 1.10.3 1.11.0 1.11.1 1.11.2 1.11.3 1.12.0 1.13.0 All 131 releases
groups / lib / blocks / package.json

package.json in Groups – Memberships and Access Control 4.7.1, at lib/blocks/package.json

26 lines 534 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "groups-blocks",
3 "version": "3.10.0",
4 "description": "Groups Blocks",
5 "main": "build/index.js",
6 "author": "itthinx",
7 "license": "GPL-3.0",
8 "devDependencies": {
9 "@wordpress/scripts": "^30.0.6"
10 },
11 "dependencies": {
12 "@wordpress/data": "^10.8.4",
13 "classnames": "^2.5.1",
14 "react-select": "^5.0.0"
15 },
16 "peerDependencies": {
17 "react": "^18.3.1",
18 "react-dom": "^18.3.1"
19 },
20 "scripts": {
21 "start": "wp-scripts start",
22 "build": "wp-scripts build",
23 "test": "echo \"Error: no test specified\" && exit 1"
24 }
25 }
26