PluginProbe
Category Posts Block / 5.1.0
Category Posts Block v5.1.0
5.1.0 5.0.0 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.2 2.3 3.1 3.2 3.3 4.0 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 All 63 releases
category-posts / package.json

package.json in Category Posts Block 5.1.0, at package.json

25 lines 666 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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