-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "TranslateBlog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^1.2.1",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"amazon-connect-chatjs": "^1.1.4",
"amazon-connect-streams": "^1.6.8",
"aws-amplify": "^4.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hooks-global-state": "^1.0.1",
"react-scripts": "4.0.3",
"semantic-ui-react": "^2.0.3",
"web-vitals": "^2.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version"
]
},
"devDependencies": {
"@craco/craco": "^6.1.2",
"@semantic-ui-react/craco-less": "^1.2.1",
"semantic-ui-less": "^2.4.1"
}
}