{
  "name": "@mezzanine-ui/react",
  "version": "1.0.1",
  "description": "React components for mezzanine-ui",
  "author": "Mezzanine",
  "repository": {
    "type": "git",
    "url": "https://github.com/Mezzanine-UI/mezzanine.git",
    "directory": "packages/react"
  },
  "license": "MIT",
  "main": "index.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "sideEffects": false,
  "llms": "./llms.txt",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "build": "node ../../scripts/build.js",
    "build:clean": "node ../../scripts/cleanBuild.js"
  },
  "peerDependencies": {
    "lodash": ">=4",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.7.4",
    "@floating-ui/react-dom": "^2.1.6",
    "@hello-pangea/dnd": "^18.0.1",
    "@mezzanine-ui/core": "1.0.0",
    "@mezzanine-ui/icons": "1.0.0",
    "@mezzanine-ui/system": "1.0.0",
    "@tanstack/react-virtual": "^3.13.13",
    "@types/react-transition-group": "^4.4.12",
    "clsx": "^2.1.1",
    "keycode": "^2.2.1",
    "lodash": "^4.17.21",
    "overlayscrollbars": "^2.13.0",
    "overlayscrollbars-react": "^0.5.6",
    "react-transition-group": "^4.4.5",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.20",
    "@types/moment": "^2.13.0",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "dayjs": "^1.11.19",
    "lodash": "^4.17.21",
    "luxon": "^3.7.2",
    "moment": "^2.30.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  }
}
