@lobehub/tts
Version:
A high-quality & reliable TTS React Hooks library
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "@lobehub/tts",
"version": "2.0.1",
"description": "A high-quality & reliable TTS React Hooks library",
"homepage": "https://github.com/lobehub/lobe-tts",
"bugs": {
"url": "https://github.com/lobehub/lobe-tts/issues/new/choose"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-tts.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es",
"server.d.ts",
"server.js",
"react.d.ts",
"react.js"
],
"dependencies": {
"@lobehub/ui": "v2.0.0",
"antd-style": "^3.7.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.469.0",
"markdown-to-txt": "^2.0.1",
"openai": "^4.93.0",
"query-string": "^9.1.1",
"react-layout-kit": "^1.9.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"swr": "^2.3.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"url-join": "^5.0.0",
"uuid": "^11.1.0"
},
"peerDependencies": {
"antd": "^5.23.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}