UNPKG

speechly

Version:

A React component for text-to-speech functionality using the Speechify API

99 lines (98 loc) 2.75 kB
{ "name": "speechly", "private": false, "version": "1.1.4", "description": "A React component for text-to-speech functionality using the Speechify API", "type": "module", "main": "dist/speechly.umd.js", "module": "dist/speechly.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "repository": { "type": "git", "url": "https://github.com/grandmastr/speechly.git" }, "homepage": "https://github.com/grandmastr/speechly#readme", "bugs": { "url": "https://github.com/grandmastr/speechly/issues" }, "license": "MIT", "keywords": [ "react", "text-to-speech", "speechify", "speechly", "tts", "voice", "speech", "component", "audio", "voice-cloning" ], "scripts": { "dev": "vite", "build": "vite build", "typecheck": "tsc -b", "declarations": "tsc --project tsconfig.app.json --emitDeclarationOnly --outDir dist", "lint": "eslint .", "preview": "vite preview", "prepublishOnly": "npm run build && npm run declarations", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "dependencies": { "@floating-ui/react": "^0.27.8", "@radix-ui/react-dialog": "^1.1.11", "@radix-ui/react-label": "^2.1.4", "@radix-ui/react-radio-group": "^1.3.4", "@radix-ui/react-select": "^2.2.2", "@radix-ui/react-slider": "^1.3.2", "@radix-ui/react-slot": "^1.2.0", "@radix-ui/react-tooltip": "^1.2.3", "@radix-ui/react-visually-hidden": "^1.2.0", "@speechify/api": "^1.0.0", "@tailwindcss/vite": "^4.1.4", "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "immer": "^10.1.1", "lucide-react": "^0.501.0", "next-themes": "^0.4.6", "prettier": "^3.5.3", "react-media-recorder": "^1.7.1", "sonner": "^2.0.3", "speechly": "^1.1.12", "tailwind-merge": "^3.2.0", "tailwindcss": "^4.1.4", "tw-animate-css": "^1.2.5", "use-immer": "^0.11.0" }, "devDependencies": { "@eslint/js": "^9.22.0", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@types/bun": "latest", "@types/node": "^22.14.1", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react-swc": "^3.8.0", "@vitest/coverage-v8": "^1.0.4", "eslint": "^9.22.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "jsdom": "^23.0.1", "typescript": "~5.7.2", "typescript-eslint": "^8.26.1", "vite": "^6.3.1", "vite-plugin-dts": "^3.9.1", "vitest": "^1.0.4" } }