{
  "name": "@linktr.ee/messaging-react",
  "version": "4.4.2",
  "description": "React messaging components built on messaging-core for web applications",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./testing": {
      "types": "./dist/testing.d.ts",
      "import": "./dist/testing.js",
      "require": "./dist/testing.cjs"
    },
    "./styles.css": "./dist/assets/index.css"
  },
  "typesVersions": {
    "*": {
      "testing": [
        "dist/testing.d.ts"
      ]
    }
  },
  "license": "UNLICENSED",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "vite build",
    "clean": "rm -rf dist",
    "dev": "vite build --watch",
    "type-check": "tsc --noEmit",
    "test": "vitest",
    "test:ci": "vitest run",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest --coverage",
    "lint": "cd \"$PROJECT_CWD\" && npx --no-install eslint packages/messaging-react",
    "lint:fix": "cd \"$PROJECT_CWD\" && npx --no-install eslint packages/messaging-react --fix",
    "verify": "yarn type-check && yarn lint && yarn test:ci && yarn build",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build --stats-json",
    "chromatic:ci:feature": "chromatic --ci --exit-zero-on-changes --exit-once-uploaded",
    "chromatic:ci:main": "chromatic --ci --auto-accept-changes",
    "chromatic:local": "yarn storybook:build && chromatic"
  },
  "dependencies": {
    "@linktr.ee/messaging-core": "^2.6.0",
    "@linktr.ee/messaging-taxonomy": "^0.11.0",
    "@phosphor-icons/react": "^2.1.10"
  },
  "devDependencies": {
    "@linktr.ee/arbor": "25.0.0",
    "@linktr.ee/design-tokens": "14.0.0",
    "@storybook/addon-docs": "10.5.7",
    "@storybook/addon-links": "10.5.7",
    "@storybook/react": "10.5.7",
    "@storybook/react-vite": "10.5.7",
    "@tailwindcss/container-queries": "^0.1.1",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^14.1.2",
    "@testing-library/user-event": "^14.5.1",
    "@types/react": "^18.3.24",
    "@types/react-dom": "^18.3.7",
    "@vitejs/plugin-react": "^5.2.0",
    "@vitest/ui": "^4.1.10",
    "autoprefixer": "^10.4.20",
    "chromatic": "^17.4.0",
    "classnames": "^2.3.2",
    "jsdom": "^23.0.1",
    "postcss": "^8.4.49",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "storybook": "10.5.7",
    "stream-chat": "^9.41.1",
    "stream-chat-react": "^13.14.5",
    "tailwindcss": "^3.4.17",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "5.9.2",
    "vite": "^8.2.1",
    "vite-plugin-dts": "^3.7.0",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "classnames": "^2.3.2",
    "react": "18.x",
    "react-dom": "18.x",
    "stream-chat": "^9.41.1",
    "stream-chat-react": "^13.14.5"
  }
}
