react-speech-recognition-ui
Version:
A beautiful, production-ready voice transcription package for React applications using the Web Speech API
67 lines (66 loc) • 1.77 kB
JSON
{
"name": "react-speech-recognition-ui",
"private": false,
"version": "0.0.8",
"description": "A beautiful, production-ready voice transcription package for React applications using the Web Speech API",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"voice",
"transcription",
"speech-to-text",
"web-speech-api",
"typescript",
"speech-recognition"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/react-speech-recognition-ui.git"
},
"homepage": "https://github.com/yourusername/react-speech-recognition-ui#readme",
"bugs": {
"url": "https://github.com/yourusername/react-speech-recognition-ui/issues"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "vite build --mode lib",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "npm run build:lib"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"lucide-react": "^0.344.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
}
}