{
  "name": "react-data-grid",
  "version": "7.0.0-beta.61",
  "description": "Feature-rich and customizable data grid React component",
  "keywords": [
    "data grid",
    "react"
  ],
  "homepage": "https://github.com/Comcast/react-data-grid#readme",
  "bugs": "https://github.com/Comcast/react-data-grid/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Comcast/react-data-grid.git"
  },
  "files": [
    "lib"
  ],
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "browser": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    "./lib/styles.css": "./lib/styles.css",
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "scripts": {
    "start": "vite serve --clearScreen false",
    "preview": "vite preview",
    "build:website": "vite build",
    "build": "tsdown",
    "test": "vitest run --project browser --project node",
    "test:watch": "vitest watch --project browser --project node",
    "test:ci": "vitest run",
    "test:ci:update": "vitest run --project visual --update",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "eslint": "eslint --max-warnings 0 --cache --cache-location .cache/eslint --cache-strategy content --flag unstable_native_nodejs_ts_config",
    "eslint:fix": "node --run eslint -- --fix",
    "typecheck": "tsc --build"
  },
  "devDependencies": {
    "@eslint-react/eslint-plugin": "^5.6.0",
    "@eslint/markdown": "^8.0.1",
    "@faker-js/faker": "^10.3.0",
    "@tanstack/react-router": "^1.166.7",
    "@tanstack/router-plugin": "^1.166.7",
    "@tsdown/css": "^0.22.7",
    "@types/node": "^26.0.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.3",
    "@vitest/browser-playwright": "^4.1.5",
    "@vitest/coverage-istanbul": "^4.1.5",
    "@vitest/eslint-plugin": "^1.6.16",
    "clsx": "^2.1.1",
    "ecij": "^0.4.1",
    "eslint": "^10.2.1",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-sonarjs": "^4.0.3",
    "jspdf": "^4.2.0",
    "jspdf-autotable": "^5.0.7",
    "oxfmt": "0.58.0",
    "playwright": "~1.61.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "tsdown": "^0.22.7",
    "typescript": "npm:@typescript/typescript6@~6.0.1",
    "typescript-7": "npm:typescript@~7.0.1-rc",
    "typescript-eslint": "^8.59.0",
    "vite": "^8.1.0",
    "vitest": "^4.1.5",
    "vitest-browser-react": "^2.2.0"
  },
  "peerDependencies": {
    "react": "^19.2",
    "react-dom": "^19.2"
  },
  "devEngines": {
    "runtime": {
      "name": "node",
      "version": "^26.0.0",
      "onFail": "warn"
    }
  }
}
