-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.35 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-voice",
"version": "0.0.1",
"description": "Speech-to-text code assist for React and CSS",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/MachineLlama/react-voice"
},
"keywords": [
"React",
"Web Speech API",
"JavaScript",
"Machine Learning",
"Code Assist"
],
"author": "MachineLlama",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"classnames": "^2.2.6",
"clipboardy": "^2.3.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"moment-mini": "^2.24.0",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-bootstrap4-modal": "^1.7.5",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3",
"react-speech-recognition": "^3.2.3",
"robotjs": "^0.6.0",
"superagent": "^6.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}