{
  "name": "@moveo-ai/web-client",
  "version": "0.99.1",
  "description": "Client side library to load the moveo chat widget and connect it with your agent",
  "main": "dist/web-client.min.js",
  "scripts": {
    "autofix": "eslint --fix .",
    "build": "NODE_ENV=production webpack --config webpack.config.js",
    "build:dev": "NODE_ENV=development webpack --config webpack.config.js",
    "build-storybook": "storybook build",
    "lint": "npm run lint:js && npm run lint:scss",
    "lint:js": "eslint .",
    "lint:scss": "npx stylelint \"{src,test}/**/*.{css,scss}\"",
    "prepare": "npm run build",
    "prettier": "prettier --write \"{src,test}/**/*.{ts,tsx,json}\"",
    "setup:certs": "node scripts/setup-certs.mjs",
    "start": "webpack serve",
    "storybook": "storybook dev -p 6006",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "test:ci": "npx playwright test",
    "type-check": "tsc --pretty --noEmit",
    "watch": "webpack --watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "bot",
    "moveo.ai",
    "agent",
    "assistant",
    "chatbot"
  ],
  "author": "Moveo.ai (TM)",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@chromatic-com/storybook": "^4.1.3",
    "@commitlint/cli": "^20.4.3",
    "@commitlint/config-conventional": "^20.4.3",
    "@heroicons/react": "^2.2.0",
    "@playwright/test": "^1.58.2",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-slot": "^1.2.4",
    "@storybook/addon-docs": "^9.1.20",
    "@storybook/addon-links": "^9.1.20",
    "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
    "@storybook/addons": "^7.6.24",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react-webpack5": "^9.1.20",
    "@tailwindcss/postcss": "^4.2.1",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@twilio/voice-sdk": "^2.18.0",
    "@types/debug": "^4.1.12",
    "@types/ejs": "^3.1.5",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^24.12.0",
    "@types/react": "^18.3.28",
    "@vitejs/plugin-react": "^5.1.4",
    "@vitest/coverage-v8": "^4.0.18",
    "@vitest/ui": "^4.0.18",
    "anchorme": "^3.0.8",
    "autoprefixer": "^10.4.27",
    "babel-loader": "^10.1.1",
    "bowser": "^2.11.0",
    "class-variance-authority": "^0.7.1",
    "classnames": "^2.5.1",
    "clean-webpack-plugin": "^4.0.0",
    "copy-webpack-plugin": "^14.0.0",
    "css-loader": "^7.1.4",
    "css-modules-typescript-loader": "^4.0.1",
    "debug": "^4.4.3",
    "dompurify": "^3.3.3",
    "dotenv": "^17.3.1",
    "ejs": "^5.0.1",
    "embla-carousel-react": "^8.6.0",
    "emoji-picker-react": "^4.18.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-storybook": "^9.1.20",
    "eslint-plugin-testing-library": "^7.16.0",
    "globals": "^17.4.0",
    "he": "^1.2.0",
    "html-webpack-plugin": "^5.6.6",
    "husky": "^9.1.7",
    "i18next": "^25.8.18",
    "i18next-browser-languagedetector": "^8.2.1",
    "i18next-http-backend": "^3.0.2",
    "isbot": "^5.1.36",
    "jsdom": "^28.1.0",
    "keen-slider": "^6.8.6",
    "lint-staged": "^16.3.3",
    "lodash-es": "^4.17.23",
    "lucide-react": "^0.577.0",
    "marked": "^17.0.4",
    "mkcert": "^3.2.0",
    "nanoid": "^5.1.6",
    "postcss": "^8.5.8",
    "postcss-loader": "^8.2.1",
    "prettier": "^3.8.1",
    "prettier-plugin-sort-json": "^4.2.0",
    "prettier-plugin-tailwindcss": "^0.7.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-dropzone": "^15.0.0",
    "react-hook-form": "^7.71.2",
    "react-i18next": "^15.7.4",
    "react-modal": "^3.16.3",
    "react-page-visibility": "^7.0.0",
    "react-transition-group": "^4.4.5",
    "react-use": "^17.6.0",
    "recoil": "^0.7.7",
    "redux": "^5.0.1",
    "sass": "^1.98.0",
    "sass-embedded": "^1.98.0",
    "sass-loader": "^16.0.7",
    "semantic-release": "^25.0.3",
    "serve": "^14.2.6",
    "shader": "^1.0.0",
    "smooth-scroll-into-view-if-needed": "^2.0.2",
    "socket.io": "^4.8.3",
    "socket.io-client": "^4.8.3",
    "source-map-loader": "^5.0.0",
    "storybook": "^9.1.20",
    "storybook-react-i18next": "^4.0.12",
    "style-loader": "^4.0.0",
    "stylelint": "^17.4.0",
    "stylelint-config-standard-scss": "^17.0.0",
    "stylelint-declaration-strict-value": "^1.11.1",
    "tailwind-merge": "^3.5.0",
    "tailwindcss": "^4.2.1",
    "tailwindcss-animate": "^1.0.7",
    "ts-deepmerge": "^7.0.3",
    "ts-loader": "^9.5.4",
    "tsconfig-paths-webpack-plugin": "^4.2.0",
    "type-fest": "^5.4.4",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0",
    "url-loader": "^4.1.1",
    "uuid": "^13.0.0",
    "vitest": "^4.0.18",
    "vitest-dom": "^0.1.1",
    "webpack": "^5.105.4",
    "webpack-bundle-analyzer": "^5.2.0",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.3",
    "webpack-merge": "^6.0.1",
    "webpack-visualizer-plugin2": "^2.0.0",
    "wrangler": "^4.72.0",
    "yet-another-react-lightbox": "^3.29.1"
  },
  "repository": {
    "url": "https://github.com/moveo-ai/web-client"
  },
  "homepage": "https://moveo.ai",
  "bundlewatch": {
    "files": [
      {
        "path": "./dist/web-client.min.js",
        "maxSize": "30 kB"
      },
      {
        "path": "./dist/iframe.min.js",
        "maxSize": "400 kB"
      },
      {
        "path": "./dist/iframe.v2.min.js",
        "maxSize": "450 kB"
      },
      {
        "path": "./dist/audio-client.min.js",
        "maxSize": "150 kB"
      }
    ]
  },
  "release": {
    "branches": [
      "main",
      {
        "name": "next",
        "prerelease": "true"
      }
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": [
      "prettier --write",
      "eslint --fix"
    ]
  }
}
