| 1 |
{ |
| 2 |
"name": "category-posts-block", |
| 3 |
"version": "4.9.13", |
| 4 |
"description": "Adds a widget that shows the most recent posts from a single category.", |
| 5 |
"author": "kometschuh", |
| 6 |
"license": "GPL-2.0-or-later", |
| 7 |
"main": "build/index.js", |
| 8 |
"scripts": { |
| 9 |
"build": "wp-scripts build", |
| 10 |
"format:js": "wp-scripts format-js", |
| 11 |
"lint:css": "wp-scripts lint-style", |
| 12 |
"lint:js": "wp-scripts lint-js", |
| 13 |
"start": "wp-scripts start", |
| 14 |
"packages-update": "wp-scripts packages-update" |
| 15 |
}, |
| 16 |
"dependencies": { |
| 17 |
"@wordpress/block-editor": "^14.20.0", |
| 18 |
"@wordpress/blocks": "^14.14.0", |
| 19 |
"@wordpress/i18n": "^5.25.0" |
| 20 |
}, |
| 21 |
"devDependencies": { |
| 22 |
"@wordpress/scripts": "^30.18.0" |
| 23 |
} |
| 24 |
} |
| 25 |
|