File: /home/u547966/brikov.ru/www/wp-content/plugins/groups/lib/blocks/package.json
{
"name": "groups-blocks",
"version": "3.8.0",
"description": "Groups Blocks",
"main": "build/index.js",
"author": "itthinx",
"license": "GPL-3.0",
"devDependencies": {
"@wordpress/scripts": "^30.0.6"
},
"dependencies": {
"@wordpress/data": "^10.8.4",
"classnames": "^2.5.1",
"react-select": "^5.0.0"
},
"peerDependencies": {
"react" : "^18.3.1",
"react-dom": "^18.3.1"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}