# tableberg/1.1.0/package.json

Tableberg – Simple Gutenberg Table Block, version 1.1.0. 34 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.1.0/code/package.json
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.0/raw/package.json
- Modified: 2026-07-21T11:26:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tableberg/1.1.0/code/package.json#L10-L20`.

```json
{
    "name": "tableberg",
    "version": "1.1.0",
    "description": "Table Block By Tableberg - Advanced Table Block for Block Editor",
    "author": "Dotcamp",
    "license": "GPL-2.0-or-later",
    "main": "build/index.js",
    "files": [
        "build",
        "includes",
        "renderer",
        "vendor/composer",
        "vendor/autoload.php",
        "vendor/freemius",
        "readme.txt",
        "tableberg.php",
        "composer.json"
    ],
    "scripts": {
        "build": "wp-scripts build",
        "export": "wp-scripts build && wp-scripts plugin-zip",
        "start": "wp-scripts start",
        "check:types": "tsc --noEmit"
    },
    "devDependencies": {
        "dotenv": "^16.4.1"
    },
    "dependencies": {
        "@tableberg/components": "workspace:*",
        "@tableberg/shared": "workspace:*",
        "@tanstack/react-query": "^5.60.0"
    }
}

```
