@voxket-ai/voxket-live
Version:
A React widget for embedding Voxket-powered audio/video/chat experiences.
88 lines • 2.31 kB
JSON
{
"name": "@voxket-ai/voxket-live",
"version": "1.0.35",
"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",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/voxket-ai/voxket-web-sdk.git"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react",
"component",
"livekit",
"widget",
"audio",
"video",
"chat"
],
"author": "Shashank Sanket",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build && node inline-css.mjs",
"build:lib": "vite build",
"inline-css": "node inline-css.mjs",
"lint": "eslint .",
"preview": "vite preview",
"prepublish": "rm -rf ./dist && npm run build"
},
"dependencies": {
"@emotion/react": "~11.14.0",
"@emotion/styled": "~11.14.0",
"@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",
"@tailwindcss/vite": "~4.1.10",
"ajv": "~8.17.1",
"ajv-draft-04": "~1.0.0",
"class-variance-authority": "~0.7.1",
"clsx": "~2.1.1",
"livekit-client": "~2.13.8",
"lucide-react": "~0.522.0",
"motion": "~12.18.1",
"path": "~0.12.7",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sonner": "~2.0.5",
"tailwind-merge": "~3.3.1",
"url": "~0.11.4"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/node": "~24.0.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "~10.4.21",
"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",
"tailwindcss": "~4.1.10",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"vite-plugin-dts": "~4.5.4"
}
}