{
  "name": "@lattice-php/table",
  "version": "0.77.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lattice-php/lattice.git",
    "directory": "packages/table"
  },
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "build:plugin": "npm run build",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@lattice-php/core": "0.77.0",
    "@lattice-php/form": "0.77.0",
    "@lattice-php/ui": "0.77.0"
  },
  "peerDependencies": {
    "@inertiajs/core": "^3.0.0",
    "@inertiajs/react": "^3.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "vitest-browser-react": "^2.3.0"
  }
}
