{
  "name": "@inkeep/widgets",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "inkeep": "./src/index.tsx",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./styles.css": "./dist/style.css"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@apollo/client": "^3.8.1",
    "@ark-ui/react": "^0.15.0",
    "@types/lodash.isequal": "^4.5.7",
    "graphql": "^16.8.1",
    "graphql-ws": "^5.14.0",
    "html-react-parser": "^3.0.16",
    "humps": "^2.0.1",
    "lodash.isequal": "^4.5.0",
    "prism-react-renderer": "^2.1.0",
    "prismjs": "^1.29.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-error-boundary": "^4.0.11",
    "react-hook-form": "^7.50.1",
    "react-hotkeys-hook": "^4.4.1",
    "react-icons": "^4.10.1",
    "react-markdown": "^8.0.7",
    "react-svg": "^16.1.33",
    "react-textarea-autosize": "^8.5.3",
    "rehype-raw": "^6.1.1",
    "xregexp": "^5.1.1",
    "@inkeep/color-mode": "^0.0.26",
    "@inkeep/components": "^0.0.26",
    "@inkeep/preset": "^0.0.26",
    "@inkeep/shared": "^0.0.27",
    "@inkeep/preset-chakra": "^0.0.26",
    "@inkeep/styled-system": "^0.0.48"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^3.3.1",
    "@graphql-codegen/client-preset": "^3.0.0",
    "@graphql-codegen/fragment-matcher": "^4.0.1",
    "@pandacss/dev": "^0.22.0",
    "@types/humps": "^2.0.6",
    "@types/node": "^18.17.8",
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@vitejs/plugin-react-swc": "^3.3.2",
    "eslint": "^8.47.0",
    "eslint-config-moon": "^2.0.9",
    "nodemon": "^2.0.22",
    "prettier": "^2.8.8",
    "prettier-config-moon": "^1.1.2",
    "publint": "^0.2.2",
    "typescript": "^5.1.6",
    "vite": "^4.4.12",
    "vite-bundle-visualizer": "^0.10.0",
    "vite-plugin-dts": "^3.6.0"
  },
  "version": "0.2.292",
  "description": "A React component library for use with Inkeep, Inc.'s search and chat service.",
  "author": "Nick Gomez",
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/inkeep/widgets",
    "directory": "packages/widgets"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "pnpm prebuild && vite build",
    "check": "pnpm lint",
    "fmt": "prettier --write ./src ./tests",
    "lint": "eslint --fix ./src ./tests",
    "typecheck": "tsc --noEmit",
    "prelease": "pnpm pack && pnpm check",
    "release": "pnpm build && pnpm publish",
    "codegen": "graphql-codegen",
    "codegen-watch": "graphql-codegen -w",
    "cssgen:clean": "rm -rf ../styled-system/styled-system/chunks",
    "cssgen:prod": "panda cssgen -m -o ./src/inkeep.widgets.min.css",
    "cssgen:dev": "panda cssgen -o ./src/inkeep.widgets.css",
    "cssgen": "pnpm cssgen:clean && pnpm cssgen:prod",
    "preflight": "node ./preflight.mjs",
    "prebuild": "pnpm panda codegen --clean && pnpm cssgen && pnpm preflight",
    "viz": "MODE=viz vite-bundle-visualizer"
  }
}