{
  "name": "@dytesdk/ui-kit",
  "version": "3.0.8",
  "description": "Dyte's UI kit to support easy UI development over the core web library.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/dyte-ui-kit/dyte-ui-kit.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs.js"
    },
    "./dist/*": {
      "types": "./dist/*",
      "default": "./dist/*"
    },
    "./components/*": {
      "import": "./dist/components/*.js",
      "types": "./dist/components/*.d.ts"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js",
      "types": "./loader/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dyte-io/ui-kit.git"
  },
  "bugs": {
    "email": "support@dyte.io"
  },
  "scripts": {
    "postpublish": "mv package.json.bak package.json"
  },
  "peerDepdendencies": {
    "@dytesdk/web-core": "2.4.3"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.1.0",
    "hark": "^1.2.3",
    "hls.js": "^1.5.17",
    "lodash-es": "^4.17.21",
    "resize-observer-polyfill": "^1.5.1"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}