-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.75 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.75 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
64
65
66
67
68
69
70
{
"name": "react-template",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.17",
"@types/prop-types": "15.7.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "7.1.16",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "5.1.7",
"axios": "0.21.1",
"classnames": "2.3.1",
"connected-react-router": "6.9.2",
"cuid": "2.1.8",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.3",
"react-redux-typescript-scripts": "1.6.2",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.4",
"redux": "4.0.5",
"redux-observable": "1.2.0",
"rxjs": "6.6.7",
"typescript": "^4.5.4",
"web-vitals": "^2.1.2"
},
"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 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^5.9.0",
"@semantic-ui-react/craco-less": "^1.2.3",
"craco-alias": "^3.0.1",
"react-test-renderer": "17.0.2",
"require-context.macro": "1.2.2",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^2.0.3"
}
}