PluginProbe
SimpleTOC – Table of Contents Block / 5.0.28
SimpleTOC – Table of Contents Block v5.0.28
7.2.0 7.3.0 7.1.1 7.1.0 7.0.10 7.0.9 7.0.8 7.0.7 7.0.6 7.0.4 7.0.5 5.0.21.1 5.0.22 5.0.23 5.0.24 5.0.25 5.0.25.1 5.0.27 5.0.28 5.0.29 5.0.3 5.0.30 5.0.31 5.0.32 5.0.33 All 159 releases
simpletoc / package.json

package.json in SimpleTOC – Table of Contents Block 5.0.28, at package.json

29 lines 812 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "simpletoc",
3 "version": "5.0.28",
4 "author": "Marc Tönsing",
5 "description": "SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.",
6 "main": "build/index.js",
7 "license": "GPL-2.0-or-later",
8 "scripts": {
9 "start": "wp-scripts start",
10 "build": "wp-scripts build",
11 "format": "wp-scripts format",
12 "format:src": "wp-scripts format ./src",
13 "packages-update": "wp-scripts packages-update"
14 },
15 "devDependencies": {
16 "@wordpress/scripts": "^24.1.0",
17 "ansi-regex": ">=6.0.1",
18 "markdown-it": ">=12.3.2",
19 "nanoid": ">=3.1.31",
20 "node-fetch": ">=3.2.10",
21 "nth-check": ">=2.0.1",
22 "postcss": ">=8.4.5"
23 },
24 "dependencies": {
25 "@wordpress/i18n": "^4.17.0",
26 "@wordpress/server-side-render": "^3.15.0"
27 }
28 }
29