UNPKG

@voxket-ai/voxket-live

Version:

A React widget for embedding Voxket-powered audio/video/chat experiences.

126 lines (125 loc) 3.14 kB
{ "name": "@voxket-ai/voxket-live", "version": "1.1.125", "description": "A React widget for embedding Voxket-powered audio/video/chat experiences.", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "style": "./dist/index.css", "sideEffects": [ "dist/index.css", "src/index.css" ], "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/voxket-ai/voxket-web-sdk.git" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "./style.css": "./dist/index.css" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "react", "sdk", "voxket", "ai-agent", "voice-ai", "livekit", "widget", "audio", "video", "chat", "typescript", "customizable", "enterprise", "headless-ui", "hooks" ], "author": "Shashank Sanket", "license": "MIT", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "peerDependenciesMeta": { "react": { "optional": false }, "react-dom": { "optional": false } }, "scripts": { "dev": "vite", "build": "vite build --base=./", "build:shopify": "vite build --config vite.config.shopify.ts", "lint": "eslint .", "preview": "vite preview", "start": "vite preview --host 0.0.0.0 --port $PORT", "prepublishOnly": "rm -rf ./dist && npm run build" }, "engines": { "node": ">=18" }, "dependencies": { "@emotion/react": "~11.14.0", "@emotion/styled": "~11.14.0", "@heygen/liveavatar-web-sdk": "~0.0.10", "@livekit/components-react": "~2.9.10", "@mui/icons-material": "~7.1.2", "@mui/material": "~7.1.2", "@phosphor-icons/react": "~2.1.10", "@radix-ui/react-select": "~2.2.5", "@radix-ui/react-toggle": "~1.1.9", "@sentry/react": "^10.36.0", "ajv": "~8.17.1", "ajv-draft-04": "~1.0.0", "class-variance-authority": "~0.7.1", "clsx": "~2.1.1", "highlight.js": "~11.11.1", "livekit-client": "^2.17.0", "lucide-react": "~0.522.0", "motion": "~12.18.1", "path": "~0.12.7", "react-markdown": "~10.1.0", "recharts": "~3.2.1", "rehype-highlight": "~7.0.2", "remark-gfm": "~4.0.1", "sonner": "~2.0.5", "tailwind-merge": "~3.3.1", "url": "~0.11.4" }, "devDependencies": { "@eslint/js": "^9.25.0", "@tailwindcss/vite": "^4.1.18", "@types/node": "~24.0.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.4.1", "autoprefixer": "~10.4.23", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "postcss": "~8.5.6", "react": "18.3.1", "react-dom": "18.3.1", "tailwindcss": "^4.1.18", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "vite-plugin-dts": "~4.5.4" } }