UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

49 lines (48 loc) 1.19 kB
{ "name": "@lobehub/tts", "version": "1.28.3", "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": "^1.162.0", "antd-style": "^3.7.1", "lodash-es": "^4.17.21", "lucide-react": "^0.469.0", "markdown-to-txt": "^2.0.1", "openai": "^4.77.3", "query-string": "^9.1.1", "react-layout-kit": "^1.9.1", "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", "swr": "^2.3.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "url-join": "^5.0.0", "uuid": "^11.0.4" }, "peerDependencies": { "antd": "^5.23.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }