{
  "name": "@fluentui/react-data-grid-react-window",
  "version": "9.0.0-beta.40",
  "description": "Virtualized DataGrid components and utilities powered by react-window",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "scripts": {
    "build": "just-scripts build",
    "clean": "just-scripts clean",
    "code-style": "just-scripts code-style",
    "just": "just-scripts",
    "lint": "just-scripts lint",
    "test": "jest --passWithNoTests",
    "type-check": "tsc -b tsconfig.json",
    "generate-api": "just-scripts generate-api",
    "test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "*",
    "@fluentui/react-conformance": "*",
    "@fluentui/react-conformance-griffel": "*",
    "@fluentui/scripts-api-extractor": "*",
    "@fluentui/scripts-tasks": "*"
  },
  "dependencies": {
    "@fluentui/react-table": "^9.7.0",
    "@fluentui/react-utilities": "^9.10.1",
    "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
    "@swc/helpers": "^0.4.14",
    "react-window": "^1.8.6"
  },
  "peerDependencies": {
    "@fluentui/react-components": "^9.27.0",
    "@types/react": ">=16.8.0 <19.0.0",
    "@types/react-dom": ">=16.8.0 <19.0.0",
    "react": ">=16.8.0 <19.0.0",
    "react-dom": ">=16.8.0 <19.0.0"
  },
  "beachball": {
    "disallowedChangeTypes": [
      "major",
      "minor",
      "patch"
    ]
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": "./lib-commonjs/index.js",
      "import": "./lib/index.js",
      "require": "./lib-commonjs/index.js"
    },
    "./package.json": "./package.json"
  }
}
