{
  "name": "@alfatech/livechat",
  "private": false,
  "version": "v2026.04.15.1",
  "type": "module",
  "apiURL": "https://api.chatier.app",
  "wsURL": "wss://api.chatier.app",
  "files": [
    "dist",
    "README.md",
    "component/chatier.js"
  ],
  "main": "dist/widget.js",
  "author": {
    "name": "Uygar Öztürk Ceylan",
    "email": "uygaroztcyln@gmail.com"
  },
  "scripts": {
    "dev": "vite",
    "dev2": "vite --config vite.config.2.ts",
    "build": "tsc -b && vite build",
    "lint": "biome lint --write",
    "prepare": "husky",
    "format": "biome format --write && yarn lint",
    "preview": "vite preview",
    "build:mobile": "tsc -b && vite build --config vite.config.app.ts && mv dist-app/index-app.html dist-app/index.html",
    "preview:mobile": "vite preview --config vite.config.app.ts --outDir dist-app",
    "dev:mobile": "vite --config vite.config.app.ts"
  },
  "dependencies": {
    "@headlessui/react": "^2.2.2",
    "@tailwindcss/vite": "^4.1.4",
    "@tanstack/react-query": "^5.59.20",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.13",
    "formik": "^2.4.6",
    "framer-motion": "^12.7.4",
    "lucide-react": "^0.511.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-dropzone": "^14.3.8",
    "react-router-dom": "^6.26.2",
    "socket.io-client": "^4.8.1",
    "sonner": "^2.0.1",
    "yup": "^1.4.0",
    "zustand": "^4.5.5"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.8.3",
    "@types/node": "^22.5.4",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "globals": "^15.9.0",
    "husky": "^9.1.5",
    "tailwindcss": "^4.1.4",
    "typescript": "^5.5.3",
    "vite": "^5.4.1"
  },
  "lint-staged": {
    "./**/*.{js,ts,tsx,json}": [
      "npm run format"
    ]
  }
}