{
  "name": "@coreui/react-data-grid",
  "description": "High-performance React data grid for CoreUI \u2014 100,000 rows with sorting, filtering, selection, pagination, and server-side data",
  "version": "0.3.0-rc.0",
  "keywords": [
    "coreui",
    "data-grid",
    "datagrid",
    "grid",
    "react",
    "table",
    "virtualization"
  ],
  "homepage": "https://coreui.io",
  "bugs": {
    "url": "https://github.com/coreui/coreui-data-grid/issues"
  },
  "author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
  "scripts": {
    "build": "npm-run-all clean build-cjs build-esm esm-types-shim",
    "build-cjs": "rollup --environment ESM:false --config",
    "build-esm": "rollup --environment ESM:true --config",
    "clean": "rimraf dist",
    "esm-types-shim": "node -e \"require('fs').writeFileSync('dist/esm/index.d.mts', \\\"export * from './index.js'\\n\\\")\"",
    "test": "npm-run-all typecheck test-unit",
    "test-unit": "vitest run",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --project src/__tests__/tsconfig.json"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.mjs",
  "types": "dist/cjs/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.mts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coreui/coreui-data-grid.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "@coreui/data-grid": "0.3.0-rc.0",
    "@tanstack/react-table": "^9.0.0",
    "@tanstack/react-virtual": "^3.14.5"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.3",
    "@vitest/coverage-v8": "^4.1.10",
    "jsdom": "^29.1.1",
    "npm-run-all": "^4.1.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^6.1.3",
    "rollup": "^4.62.2",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "vite": "^8.1.3",
    "vitest": "^4.1.10"
  },
  "files": [
    "dist/"
  ]
}
