{
  "name": "@geovi/the-datagrid",
  "version": "0.0.8",
  "description": "A modern, feature-rich React data grid component built with shadcn/ui and TanStack Table",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/main.d.ts",
  "typesVersions": {
    "*": {
      "search": [
        "./dist/search/index.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/index.js"
    },
    "./search": {
      "types": "./dist/search/index.d.ts",
      "import": "./dist/search.js"
    },
    "./search/style.css": "./dist/search.css",
    "./style.css": "./dist/index.css"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "keywords": [
    "react",
    "datagrid",
    "data-grid",
    "table",
    "shadcn",
    "tanstack-table",
    "virtualized",
    "filtering",
    "sorting"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geo-vi/the-datagrid.git"
  },
  "scripts": {
    "build:search-index": "tsx scripts/build-docfind-index.ts",
    "dev": "yarn build:search-index && vite",
    "build": "yarn test:types && tsc -p ./tsconfig-build.json && vite build --mode library-core && vite build --mode library-search && node scripts/fix-dts-specifiers.mjs && node scripts/test-published-types.mjs && node scripts/assert-css-scope.mjs && node scripts/assert-search-boundary.mjs",
    "build:site": "yarn build:search-index && vite build --mode site",
    "lint": "eslint .",
    "test:types": "tsc -p ./tests/types/tsconfig.json --noEmit",
    "test:published-types": "node scripts/test-published-types.mjs",
    "test:compat": "yarn test:types && playwright test tests/playwright/computed-props-compat.spec.ts",
    "test:css-scope": "node scripts/assert-css-scope.mjs",
    "test:e2e:prepare": "yarn build",
    "test:e2e:css-scope": "yarn test:e2e:prepare && playwright test tests/playwright/css-scope.spec.ts",
    "test:e2e": "yarn test:e2e:prepare && playwright test",
    "test:e2e:headed": "yarn test:e2e:prepare && playwright test --headed",
    "test:e2e:ui": "yarn test:e2e:prepare && playwright test --ui",
    "test:e2e:install": "playwright install chromium",
    "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\" \"examples/src/**/*.{ts,tsx,js,jsx,json,css}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\" \"examples/src/**/*.{ts,tsx,js,jsx,json,css}\"",
    "preview": "vite preview",
    "preview:site": "vite preview --mode site --host 0.0.0.0",
    "prepublishOnly": "npm run build",
    "publish-release": "npm run build && npm publish --tag latest --access public"
  },
  "dependencies": {
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-label": "^2.1.8",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-radio-group": "^1.3.8",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-slot": "^1.2.4",
    "@tabler/icons-react": "^3.36.1",
    "@tanstack/react-router": "^1.168.8",
    "@tanstack/react-table": "^8.21.3",
    "@tanstack/react-virtual": "^3.13.14",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "lucide-react": "^0.562.0",
    "radix-ui": "^1.4.3",
    "tailwind-merge": "^3.4.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@inovua/reactdatagrid-community": "5.10.2",
    "@playwright/test": "^1.58.2",
    "@tailwindcss/vite": "^4.1.18",
    "@types/node": "^25.0.3",
    "@types/prop-types": "^15",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.2",
    "eslint": "^9.39.2",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.26",
    "globals": "^17.0.0",
    "postcss": "^8.5.6",
    "prettier": "^3.7.4",
    "prism-react-renderer": "^2.4.1",
    "prop-types": "^15.8.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "sass": "^1.98.0",
    "tailwindcss": "^4.1.18",
    "tsx": "^4.21.0",
    "tw-animate-css": "^1.4.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.51.0",
    "vite": "^7.3.0",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "packageManager": "yarn@4.12.0"
}
