@marcosremar/cabecao
Version:
Modern React 3D avatar component with chat and lip-sync capabilities
67 lines (66 loc) • 1.76 kB
JSON
{
"name": "@marcosremar/cabecao",
"version": "1.3.4",
"description": "Modern React 3D avatar component with chat and lip-sync capabilities",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"public",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"avatar",
"3d",
"chat",
"three.js",
"react-three-fiber",
"lip-sync",
"voice-chat",
"cabecao"
],
"author": "Marcos Remar <marcosremar@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marcosremar/cabecao-npm"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.23.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"postcss": "^8.4.31",
"rollup": "^4.9.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-url": "^3.0.1",
"tslib": "^2.6.0",
"typescript": "^5.2.0"
},
"peerDependencies": {
"@react-three/drei": "^9.0.0",
"@react-three/fiber": "^8.0.0",
"@ricky0123/vad-react": "^0.0.30",
"leva": "^0.9.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"socket.io-client": "^4.0.0",
"three": ">=0.150.0"
}
}