{
  "name": "bytedesk-web",
  "private": false,
  "version": "1.4.9",
  "type": "module",
  "authors": [
    "270580156@qq.com"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bytedesk/bytedesk-web.git"
  },
  "bugs": {
    "url": "https://github.com/bytedesk/bytedesk-web/issues"
  },
  "homepage": "https://ai.bytedesk.com",
  "keywords": [
    "ai",
    "chat",
    "bot",
    "chatbot",
    "assistant",
    "openai",
    "chatgpt",
    "react"
  ],
  "files": [
    "dist",
    "index.d.ts",
    "README.md"
  ],
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index/index.js",
      "require": "./dist/bytedesk-web.umd.js"
    },
    "./react": {
      "types": "./dist/types/react.d.ts",
      "import": "./dist/react/index.js"
    },
    "./vue": {
      "types": "./dist/types/vue.d.ts",
      "import": "./dist/vue/index.js"
    },
    "./svelte": {
      "types": "./dist/types/svelte.d.ts",
      "import": "./dist/svelte/index.js"
    },
    "./angular": {
      "types": "./dist/types/adapters/angular.d.ts",
      "import": "./dist/adapters/angular.js"
    },
    "./nextjs": {
      "types": "./dist/types/adapters/nextjs.d.ts",
      "import": "./dist/adapters/nextjs.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build:esm": "vite build --config vite.config.esm.ts",
    "build:umd": "vite build --config vite.config.umd.ts",
    "build": "yarn build:esm && yarn build:umd",
    "preview": "vite preview",
    "demo:react": "cd examples/react-demo && yarn install && yarn dev",
    "demo:vue": "cd examples/vue-demo && yarn install && yarn dev",
    "demo:svelte": "cd examples/svelte-demo && yarn install && yarn dev",
    "demo:vanilla": "cd examples/vanilla-demo && yarn install && yarn dev",
    "demo:javascript": "cd examples/javascript-demo && yarn install && yarn start",
    "demo:angular": "cd examples/angular-demo && yarn install && yarn dev",
    "demo:nextjs": "cd examples/nextjs-demo && yarn install && yarn dev"
  },
  "devDependencies": {
    "@angular/common": "^16.0.0",
    "@angular/core": "^16.0.0",
    "@angular/platform-browser": "^16.0.0",
    "@angular/platform-browser-dynamic": "^16.0.0",
    "@sveltejs/vite-plugin-svelte": "^5.0.3",
    "@types/node": "^20.0.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@vitejs/plugin-react": "^4.3.4",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vue/compiler-sfc": "^3.0.0",
    "next": "^14.0.0",
    "svelte": "^4.0.0",
    "sync-npm-mirror": "^1.0.0",
    "typescript": "^5.7.2",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^4.4.0",
    "vue": "^3.0.0"
  },
  "peerDependencies": {
    "@angular/common": "^16.0.0",
    "@angular/core": "^16.0.0",
    "@angular/platform-browser": "^16.0.0",
    "@angular/platform-browser-dynamic": "^16.0.0",
    "next": "^14.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "svelte": "^4.0.0",
    "vue": "^3.0.0"
  },
  "license": "BUSL-1.1",
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "vue": {
      "optional": true
    },
    "svelte": {
      "optional": true
    },
    "@angular/core": {
      "optional": true
    },
    "@angular/common": {
      "optional": true
    },
    "@angular/platform-browser": {
      "optional": true
    },
    "@angular/platform-browser-dynamic": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  },
  "typesVersions": {
    "*": {
      "react": [
        "./index.d.ts"
      ],
      "vue": [
        "./index.d.ts"
      ],
      "svelte": [
        "./index.d.ts"
      ]
    }
  },
  "dependencies": {
    "react-intl": "^6.6.8",
    "svelte-i18n": "^4.0.1",
    "vue-i18n": "^11.0.1"
  }
}
