{
  "name": "@virtuoso.dev/masonry",
  "version": "1.4.3",
  "private": false,
  "description": "Virtualized React component for rendering masonry layouts",
  "keywords": [
    "endless scrolling",
    "infinite",
    "list",
    "masonry",
    "react",
    "scrolling",
    "virtual",
    "virtualized"
  ],
  "homepage": "https://virtuoso.dev/virtuoso-masonry/",
  "bugs": {
    "email": "support@virtuoso.dev"
  },
  "license": "MIT",
  "author": "The Virtuoso team <support@virtuoso.dev>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/petyosi/react-virtuoso.git",
    "directory": "packages/masonry"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@virtuoso.dev/gurx": "1.2.3"
  },
  "devDependencies": {
    "@ladle/react": "^5.0.1",
    "@microsoft/api-extractor": "^7.55.1",
    "@types/node": "^22.19.1",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^4.7.0",
    "@vitest/browser": "^4.0.16",
    "@vitest/browser-playwright": "^4.0.16",
    "jsdom": "^27.4.0",
    "knip": "^5.38.3",
    "node-html-parser": "^6.1.13",
    "playwright": "^1.58.2",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "typescript": "^5.9.3",
    "vite": "^6.4.1",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.16"
  },
  "peerDependencies": {
    "react": ">= 18 || >= 19",
    "react-dom": ">= 18 || >= 19"
  },
  "scripts": {
    "build": "tsc && vite build",
    "dev": "vite build",
    "ladle": "ladle serve",
    "test": "vitest run --browser.headless",
    "test:browser": "vitest run --project=browser",
    "test:node": "vitest run --project=\"node env\"",
    "test:watch": "vitest",
    "lint": "oxlint --type-aware --type-check",
    "typecheck": "tsgo --noEmit",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "knip": "knip"
  }
}