{
  "name": "@elia-assistant/chatui",
  "version": "1.0.17",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/chatui.iife.js",
  "jsdelivr": "./dist/chatui.iife.js",
  "files": [
    "dist",
    "!dist/**/*.map",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./vanilla": {
      "default": "./dist/chatui.iife.js"
    },
    "./store": {
      "types": "./dist/store/settingsStore.d.ts",
      "default": "./dist/store.js"
    },
    "./chat-store": {
      "types": "./dist/store/chatStore.d.ts",
      "default": "./dist/chat-store.js"
    },
    "./types": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/types.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b --noEmit && vite build && vite build --config vite.iife.config.ts && tsc -p tsconfig.build.json",
    "preview": "vite preview",
    "pack:dry": "npm pack --dry-run",
    "prepack": "npm run build"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "@tailwindcss/postcss": "^4.3.0",
    "i18next": "^25.0.0",
    "i18next-resources-to-backend": "^1.2.0",
    "react-i18next": "^16.0.0",
    "react-markdown": "^9.0.0",
    "remark-gfm": "^4.0.0",
    "zustand": "^5.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.2",
    "@tailwindcss/vite": "^4.3.0",
    "@types/node": "^25.6.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-react": "^6.0.0",
    "postcss-prefix-selector": "^2.1.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tailwindcss": "^4.3.0",
    "typescript": "~5.9.0",
    "vite": "^8.0.0",
    "vite-plugin-css-injected-by-js": "^5.0.1",
    "vite-plugin-dts": "^4.5.4"
  }
}
