-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
33 lines (33 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-speech-highlight",
"version": "5.2.9",
"description": "React components that use web speech synthesis API to text-to-speech tasks and also highlight the word and sentences that are being spoken",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"text-to-speech",
"SpeechSynthesisUtterance"
],
"author": "albirrkarim",
"license": "MIT",
"repository": {
"type": "git",
"url": "/~https://github.com/albirrkarim/react-speech-highlight-demo"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.10.0",
"dotenv": "^16.3.1"
}
}