PluginProbe
Tableberg – Simple Gutenberg Table Block / 0.5.5
Tableberg – Simple Gutenberg Table Block v0.5.5
1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 0.5.8 All 41 releases
tableberg / package.json

package.json in Tableberg – Simple Gutenberg Table Block 0.5.5, at package.json

29 lines 732 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "tableberg",
3 "version": "0.5.5",
4 "description": "Table Block By Tableberg - Advanced Table Block for Block Editor",
5 "author": "Dotcamp",
6 "license": "GPL-2.0-or-later",
7 "main": "build/index.js",
8 "files": [
9 "build",
10 "includes",
11 "vendor/composer",
12 "vendor/autoload.php",
13 "readme.txt",
14 "tableberg.php"
15 ],
16 "scripts": {
17 "build": "wp-scripts build",
18 "export": "wp-scripts build && wp-scripts plugin-zip",
19 "start": "wp-scripts start"
20 },
21 "devDependencies": {
22 "dotenv": "^16.4.1"
23 },
24 "dependencies": {
25 "@tableberg/components": "workspace:*",
26 "@tableberg/shared": "workspace:*"
27 }
28 }
29