UNPKG

react-speech

Version:

React component for the web speech synthesis api

76 lines (75 loc) 2.18 kB
{ "name": "react-speech", "version": "1.0.2", "description": "React component for the web speech synthesis api", "author": { "name": "Andrew Keig", "email": "andrew.keig@gmail.com", "url": "http://github.com/andrewkeig" }, "main": "dist/react-speech.min.js", "scripts": { "build": "webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --mode production --config webpack.build.config.js", "start": "webpack-dev-server --open --mode development", "fix": "prettier --write 'src/**/*.js'", "lint": "eslint ./src/*.js", "coverage": "jest --coverage", "test": "jest --verbose" }, "repository": { "type": "git", "url": "https://github.com/andrewkeig/react-speech.git" }, "bugs": { "url": "https://github.com/andrewkeig/react-speech/issues" }, "homepage": "https://github.com/andrewkeig/react-speech", "peerDependencies": { "react": ">=0.14" }, "dependencies": { "immutability-helper": "^3.0.1", "react": "^16.10.1" }, "devDependencies": { "@babel/core": "^7.6.2", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.6.2", "@babel/preset-react": "^7.0.0", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "eslint": "^5.16.0", "eslint-config-prettier": "^4.3.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-node": "^9.0.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-react": "^7.14.3", "eslint-plugin-standard": "^4.0.0", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "jest": "^24.9.0", "prettier": "^1.17.1", "prop-types": "^15.7.2", "react-dom": "^16.10.1", "react-test-renderer": "^16.10.1", "webpack": "^4.41.0", "webpack-cli": "^3.3.9", "webpack-dev-server": "^3.8.1" }, "licenses": [ { "type": "MIT", "url": "https://github.com/andrewkeig/react-speech/raw/master/LICENSE" } ], "keywords": [ "react", "reactjs", "speech", "audio", "react-component", "component" ] }