-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·65 lines (65 loc) · 1.57 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
61
62
63
64
65
{
"name": "maya",
"version": "0.1.0",
"private": true,
"homepage": "/maya",
"dependencies": {
"@google-cloud/text-to-speech": "^4.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"aws-sdk": "^2.1333.0",
"axios": "^0.26.1",
"bootstrap": "5.1.3",
"fs": "^0.0.1-security",
"langdetect": "^0.2.1",
"mdb-react-ui-kit": "3.0.0",
"react": "^18.0.0",
"react-avatar": "4.0.0",
"react-bootstrap": "2.3.0",
"react-dom": "^18.0.0",
"react-ga": "^3.3.1",
"react-icons": "^4.8.0",
"react-router-dom": "^6.8.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "5.0.0",
"react-speech-kit": "^3.0.1",
"react-speech-recognition": "^3.10.0",
"react-spinners": "^0.11.0",
"react-toastify": "^9.1.1",
"react-transition-group": "^2.7.0",
"sass": "^1.50.1",
"socket.io-client": "^4.6.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"node-sass": "^7.0.1",
"sass": "^1.49.9",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}