PluginProbe
SimpleTOC – Table of Contents Block / 5.0.3
SimpleTOC – Table of Contents Block v5.0.3
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.3, at package.json

31 lines 717 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.3",
4 "author": "Marc Tönsing",
5 "description": "",
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
16
17 "devDependencies": {
18 "@wordpress/scripts": "^20.0.2",
19 "ansi-regex": ">=6.0.1",
20 "markdown-it": ">=12.3.2",
21 "nanoid": ">=3.1.31",
22 "node-fetch": ">=2.6.7",
23 "nth-check": ">=2.0.1",
24 "postcss": ">=8.4.5"
25 },
26 "dependencies": {
27 "@wordpress/i18n": "^4.2.4",
28 "@wordpress/server-side-render": "^3.0.17"
29 }
30 }
31