-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.56 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.56 KB
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
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "0.27.2",
"bootstrap": "^5.1.3",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
"react-bootstrap": "^2.3.1",
"react-bootstrap-icons": "^1.8.4",
"react-dom": "^17.0.2",
"react-query": "^3.39.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "5.x",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.x",
"@testing-library/react": "12.x",
"@testing-library/user-event": "13.x",
"@types/jest": "^28.1.6",
"@types/lodash-es": "^4.17.6",
"@types/node": "16.x",
"@types/react": "17.x",
"@types/react-dom": "17.x",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.5",
"prettier": "2.6.2",
"typescript": "4.7.4"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
},
"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": [
"defaults",
"not dead",
"not IE 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}