# tableberg/1.1.5/admin/package.json

Tableberg – Simple Gutenberg Table Block, version 1.1.5. 25 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.1.5/code/admin/package.json
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.5/raw/admin/package.json
- Modified: 2026-09-16T03:30:32+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.5/code/admin/package.json#L10-L20`.

```json
{
    "name": "admin",
    "private": true,
    "version": "0.0.0",
    "type": "module",
    "scripts": {
        "start": "vite build --watch",
        "build": "vite build",
        "preview": "vite preview",
        "check:types": "tsc --noEmit"
    },
    "dependencies": {
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "@tableberg/shared": "file:../shared"
    },
    "devDependencies": {
        "@types/react": "^18.2.66",
        "@types/react-dom": "^18.2.22",
        "@vitejs/plugin-react": "^4.2.1",
        "typescript": "^5.2.2",
        "vite": "^5.2.0"
    }
}

```
