{
  "name": "@storm-stack/table",
  "version": "1.2.2",
  "private": false,
  "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
  "repository": {
    "type": "github",
    "url": "https://github.com/storm-software/storm-stack.git",
    "directory": "packages/table"
  },
  "type": "module",
  "dependencies": {
    "@tanstack/react-table": "^8.11.8",
    "@tanstack/table-core": "^8.11.8"
  },
  "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" },
  "peerDependenciesMeta": {
    "react": { "optional": true },
    "react-dom": { "optional": true }
  },
  "publishConfig": { "access": "public" },
  "devDependencies": { "react": "^18.2.0", "react-dom": "18.2.0" },
  "exports": {
    ".": {
      "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
    },
    "./package.json": "./package.json",
    "./index": {
      "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
    }
  },
  "sideEffects": false,
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/storm-software"
  },
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "typescript": { "definition": "dist/index.d.ts" },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "browser": "dist/index.global.js",
  "files": ["dist/**/*"],
  "homepage": "https://stormsoftware.org",
  "bugs": {
    "url": "https://stormsoftware.org/support",
    "email": "support@stormsoftware.org"
  },
  "author": {
    "name": "Storm Software",
    "email": "contact@stormsoftware.org",
    "url": "https://stormsoftware.org"
  },
  "license": "Apache License 2.0",
  "keywords": [
    "storm-stack",
    "storm-software",
    "storm",
    "stormstack",
    "storm-ops",
    "acidic",
    "acidic-lang",
    "acidic-model",
    "impact",
    "nextjs",
    "prisma",
    "zenstack",
    "hasura",
    "strapi",
    "graphql",
    "sullivanpj",
    "monorepo"
  ]
}
