1
|
{
|
2
|
"name": "frontend",
|
3
|
"type": "module",
|
4
|
"version": "0.1.0",
|
5
|
"private": true,
|
6
|
"dependencies": {
|
7
|
"@emotion/react": "^11.8.2",
|
8
|
"@emotion/styled": "^11.8.1",
|
9
|
"@faker-js/faker": "^6.0.0",
|
10
|
"@mui/icons-material": "^5.5.1",
|
11
|
"@mui/material": "^5.5.2",
|
12
|
"@reduxjs/toolkit": "^1.8.1",
|
13
|
"axios": "^0.26.0",
|
14
|
"dompurify": "^2.3.6",
|
15
|
"dotenv": "^16.0.0",
|
16
|
"formik": "^2.2.9",
|
17
|
"jwt-decode": "^3.1.2",
|
18
|
"leaflet": "^1.8.0",
|
19
|
"react": "^17.0.2",
|
20
|
"react-dom": "^17.0.2",
|
21
|
"react-html-parser": "^2.0.2",
|
22
|
"react-leaflet": "3.2.5",
|
23
|
"react-leaflet-textpath": "^2.1.1",
|
24
|
"react-quill": "^1.3.5",
|
25
|
"react-redux": "^7.2.6",
|
26
|
"react-router-dom": "^6.2.2",
|
27
|
"react-scripts": "5.0.0",
|
28
|
"redux": "^4.1.2",
|
29
|
"redux-persist": "^6.0.0",
|
30
|
"redux-thunk": "^2.4.1",
|
31
|
"swagger-typescript-api": "^9.3.1",
|
32
|
"ts-node": "^10.7.0",
|
33
|
"typescript": "^4.4.2",
|
34
|
"web-vitals": "^2.1.0",
|
35
|
"yup": "^0.32.11"
|
36
|
},
|
37
|
"scripts": {
|
38
|
"start": "react-scripts start",
|
39
|
"build": "react-scripts build",
|
40
|
"test": "react-scripts test",
|
41
|
"eject": "react-scripts eject",
|
42
|
"gen:swagger": "swagger-typescript-api -p http://localhost:8080/v3/api-docs -o ./src/swagger --modular"
|
43
|
},
|
44
|
"eslintConfig": {
|
45
|
"extends": [
|
46
|
"react-app",
|
47
|
"react-app/jest"
|
48
|
]
|
49
|
},
|
50
|
"browserslist": {
|
51
|
"production": [
|
52
|
">0.2%",
|
53
|
"not dead",
|
54
|
"not op_mini all"
|
55
|
],
|
56
|
"development": [
|
57
|
"last 1 chrome version",
|
58
|
"last 1 firefox version",
|
59
|
"last 1 safari version"
|
60
|
]
|
61
|
},
|
62
|
"devDependencies": {
|
63
|
"@testing-library/jest-dom": "^5.14.1",
|
64
|
"@testing-library/react": "^12.0.0",
|
65
|
"@testing-library/user-event": "^13.2.1",
|
66
|
"@types/dompurify": "^2.3.3",
|
67
|
"@types/jest": "^27.0.1",
|
68
|
"@types/leaflet": "^1.7.9",
|
69
|
"@types/node": "^16.7.13",
|
70
|
"@types/react": "^17.0.43",
|
71
|
"@types/react-dom": "^17.0.9",
|
72
|
"@types/react-redux": "^7.1.23",
|
73
|
"@types/redux-persist": "^4.3.1",
|
74
|
"@types/yup": "^0.29.13",
|
75
|
"redux-devtools-extension": "^2.13.9"
|
76
|
}
|
77
|
}
|