-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.38 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
{
"gdgName": "gdg-avatar",
"version": "2.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.52",
"@types/react-image-crop": "^8.1.2",
"react": "^16.14.0",
"react-device-detect": "^1.17.0",
"react-dom": "^16.14.0",
"react-image-crop": "^8.6.9",
"react-redux": "^7.2.4",
"react-scripts": "^3.4.4",
"redux": "^4.1.0",
"typescript": "^3.9.9"
},
"devDependencies": {
"@types/react": "^16.14.6",
"@types/react-avatar-editor": "^10.3.5",
"@types/react-dom": "^16.9.13",
"@types/react-redux": "^7.1.16",
"react-app-rewired": "^2.1.8",
"redux-devtools": "^3.7.0",
"redux-devtools-extension": "^2.13.9"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-scripts build",
"test": "react-app-rewired 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"
]
}
}