| 1 |
{ |
| 2 |
"name": "groups-blocks", |
| 3 |
"version": "3.8.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 |
|