-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.09 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.09 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
{
"name": "react-kabzda-1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"@types/redux-form": "^8.3.5",
"antd": "^4.21.4",
"axios": "^0.21.4",
"formik": "^2.2.9",
"node": "^16.13.2",
"query-string": "^7.1.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"redux": "^4.1.1",
"redux-form": "^8.3.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.1.5",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "^28.1.3",
"@types/uuid": "^8.3.4",
"css-loader": "^6.7.1",
"jest": "^27.5.1",
"typescript": "^4.7.2",
"typescript-plugin-css-modules": "^1.3.1",
"webpack": "^5.70.0"
}
}