@marcosremar/talking-head-avatar
Version:
React 3D avatar component with integrated chat and lip-sync capabilities
72 lines (71 loc) • 1.93 kB
JSON
{
"name": "@marcosremar/talking-head-avatar",
"version": "0.3.1",
"description": "React 3D avatar component with integrated chat and lip-sync capabilities",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"browser": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"test": "jest"
},
"peerDependencies": {},
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@ricky0123/vad-react": "^0.0.30",
"leva": "^0.9.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.171.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.844.0",
"@babel/core": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"dotenv": "^17.2.0",
"mime-types": "^3.0.1",
"rollup": "^4.9.1",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-polyfill-node": "^0.13.0"
},
"keywords": [
"react",
"avatar",
"3d",
"chat",
"three.js",
"react-three-fiber",
"lip-sync",
"voice-chat",
"talking-avatar"
],
"author": "Marcos Remar <marcosremar@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marcosremar/talking-head-avatar"
},
"bugs": {
"url": "https://github.com/marcosremar/talking-head-avatar/issues"
},
"homepage": "https://github.com/marcosremar/talking-head-avatar#readme"
}