{
  "name": "@voiceflow/react-chat",
  "version": "2.62.4",
  "description": "voiceflow chat ui",
  "keywords": [
    "chat",
    "chat widget",
    "ai chat bot",
    "voiceflow"
  ],
  "homepage": "https://github.com/voiceflow/react-chat#readme",
  "bugs": {
    "url": "https://github.com/voiceflow/react-chat/issues"
  },
  "license": "MIT",
  "author": "Ben Teichman, Tyler Han",
  "type": "module",
  "exports": {
    ".": {
      "types": "./build/main.d.ts",
      "import": "./build/main.es.js",
      "require": "./build/main.cjs.js"
    },
    "./ui": {
      "types": "./build/ui.d.ts",
      "import": "./build/ui.es.js",
      "require": "./build/ui.cjs.js"
    },
    "./stories": {
      "types": "./build/stories.d.ts",
      "import": "./build/stories.es.js",
      "require": "./build/stories.cjs.js"
    },
    "./dist/*.css": {
      "import": "./dist/*.css",
      "require": "./dist/*.css"
    }
  },
  "main": "build/main.es.js",
  "types": "build/main.d.ts",
  "typesVersions": {
    "*": {
      "ui": [
        "./build/ui.d.ts"
      ],
      "stories": [
        "./build/stories.d.ts"
      ]
    }
  },
  "files": [
    "build",
    "dist"
  ],
  "scripts": {
    "build": "yarn g:turbo run build:cmd --filter=@voiceflow/react-chat...",
    "build:cmd": "yarn g:run-p build:package build:widget",
    "build:package": "NODE_ENV=production vite --config vite.package.config.ts build && yarn g:tsc-alias -p tsconfig.build.json",
    "build:storybook": "storybook build -o docs",
    "build:widget": "NODE_ENV=production vite --config vite.widget.config.ts build",
    "chromatic:publish": "IS_CHROMATIC=true yarn g:chromatic --project-token $CHROMATIC_PROJECT_TOKEN",
    "clean": "yarn g:rimraf build dist",
    "dev": "storybook dev -p 6006",
    "lint": "yarn g:run-p -c lint:eslint lint:prettier",
    "lint:eslint": "yarn g:eslint",
    "lint:fix": "yarn g:run-p -c \"lint:eslint --fix\" \"lint:prettier --write\"",
    "lint:prettier": "yarn g:prettier --check",
    "local": "NODE_ENV=development vite",
    "start:e2e": "http-server -o e2e",
    "tdd": "yarn g:vitest",
    "test": "yarn g:run-p -c test:dependencies test:types test:unit",
    "test:dependencies": "yarn g:depcruise",
    "test:e2e": "yarn playwright test",
    "test:e2e-debug": "yarn playwright test --ui",
    "test:types": "yarn g:tsc --noEmit",
    "test:unit": "yarn g:vitest run --coverage"
  },
  "dependencies": {
    "@paralleldrive/cuid2": "2.2.2",
    "@vanilla-extract/css": "1.16.1",
    "@vanilla-extract/recipes": "0.5.5",
    "@voiceflow/base-types": "2.113.1",
    "@voiceflow/dtos-interact": "1.14.2",
    "@voiceflow/sdk-runtime": "1.16.0",
    "@voiceflow/slate-serializer": "1.5.5",
    "@voiceflow/voiceflow-types": "3.32.1",
    "bowser": "2.11.0",
    "chroma-js": "2.4.2",
    "clsx": "1.2.1",
    "cuid": "2.1.8",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-markdown": "9.0.0",
    "react-speech-recognition": "3.10.0",
    "react-syntax-highlighter": "15.5.0",
    "react-textarea-autosize": "8.5.3",
    "regenerator-runtime": "0.13.11",
    "rehype-external-links": "3.0.0",
    "rehype-raw": "7.0.0",
    "remark-gfm": "4.0.0",
    "remeda": "1.0.1",
    "slate": "0.94.1",
    "ts-pattern": "4.3.0",
    "zod": "3.22.4"
  },
  "devDependencies": {
    "@babel/core": "7.18.10",
    "@babel/preset-env": "7.24.1",
    "@babel/preset-react": "7.24.1",
    "@babel/preset-typescript": "7.24.1",
    "@emotion/core": "10.1.1",
    "@playwright/test": "1.49.1",
    "@testing-library/jest-dom": "6.4.2",
    "@testing-library/react": "15.0.2",
    "@types/chroma-js": "2.1.4",
    "@types/node": "20.17.14",
    "@types/react": "18.2.8",
    "@types/react-dom": "18.2.4",
    "@types/react-speech-recognition": "^3.9.5",
    "@types/react-syntax-highlighter": "15.5.13",
    "@vanilla-extract/dynamic": "2.1.2",
    "@vanilla-extract/vite-plugin": "4.0.18",
    "@vitejs/plugin-react": "4.2.1",
    "@voiceflow/storybook-config": "1.1.1",
    "@voiceflow/test-common": "1.14.1",
    "happy-dom": "14.7.1",
    "http-server": "14.1.1",
    "msw": "2.7.0",
    "playwright-elements": "1.15.0",
    "playwright-msw": "3.0.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "storybook": "8.5.0",
    "type-fest": "2.18.1",
    "vite": "5.2.9",
    "vite-plugin-dts": "3.8.3",
    "vite-plugin-html": "3.2.2",
    "vite-plugin-static-copy": "^2.2.0",
    "vite-plugin-svgr": "4.2.0",
    "vite-tsconfig-paths": "4.3.2"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "publishConfig": {
    "tag": "next"
  },
  "gitHead": "20eb14e4411140649b24a7722097776ea0428f85"
}
