@hoosei/voxweave-react
Version:
A customizable and interactive voice UI component for React applications
116 lines (115 loc) • 3.29 kB
JSON
{
"name": "@hoosei/voxweave-react",
"version": "1.0.83",
"description": "A customizable and interactive voice UI component for React applications",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"./server": {
"types": "./dist/types/server.d.ts",
"import": "./dist/esm/server.js",
"require": "./dist/cjs/server.js",
"default": "./dist/esm/server.js"
},
"./styles.css": "./dist/styles.css"
},
"sideEffects": [
"**/*.css"
],
"files": [
"dist",
"README.md",
"LICENSE.md"
],
"scripts": {
"build:css": "tailwindcss -i ./src/styles.css -o ./dist/styles.css --minify",
"build": "vite build && tsc --emitDeclarationOnly --outDir ./dist/types",
"dev": "vite",
"ngrok": "ngrok tunnel --region eu --label edge=edghts_2JmQpsWJPvQfYM3uwPcNeoYZlxu 5173",
"preview": "vite preview",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public",
"patch": "npm version patch",
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@hoosei/voxweave-avatars": "^1.0.3",
"@types/three": "^0.160.0",
"three": "^0.160.0",
"@react-three/fiber": "alpha",
"@react-three/drei": "^9.92.7"
},
"dependencies": {
"@radix-ui/react-slot": "latest",
"@radix-ui/react-select": "latest",
"@radix-ui/react-scroll-area": "latest",
"@radix-ui/react-popover": "latest",
"@radix-ui/react-dialog": "latest",
"class-variance-authority": "latest",
"cmdk": "latest",
"clsx": "latest",
"stackblur-canvas": "latest",
"framer-motion": "latest",
"react-konva": "latest",
"lucide-react": "latest",
"node-fetch": "latest"
},
"devDependencies": {
"@types/three": "^0.160.0",
"@types/node": "^22.13.1",
"@vitejs/plugin-react": "^4.3.4",
"@hoosei/voxweave-avatars": "workspace:*",
"@babel/plugin-transform-react-jsx": "^7.27.1",
"cssnano": "^6.0.1",
"three": "^0.160.0",
"@react-three/fiber": "alpha",
"@react-three/drei": "^9.92.7",
"rollup-plugin-css-porter": "^1.0.1",
"@tailwindcss/postcss": "^4.0.0",
"postcss-preset-env": "^7.1.0",
"@tailwindcss/cli": "^4.0.0",
"react-dom": "^19",
"react": "^19",
"ajv": "^7.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5.7.3",
"tailwindcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"tsup": "^8.3.6",
"vite": "^5.4.1",
"vite-plugin-dts": "^3.0.0",
"postcss": "^8.5.2",
"react-error-boundary": "^5.0.0"
},
"keywords": [
"react",
"voice",
"ui",
"component",
"voxweave"
],
"author": "Hoosei Limited",
"license": "SEE LICENSE IN ./LICENSE.md",
"repository": {
"type": "git",
"url": "git+https://github.com/hoosei/voxweave.git"
},
"bugs": {
"url": "https://github.com/hoosei/voxweave/issues"
},
"homepage": "https://github.com/hoosei/voxweave#readme",
"publishConfig": {
"access": "public"
}
}