-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.99 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
71
72
73
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.36",
"@types/react": "^16.14.20",
"@types/react-dom": "^16.9.14",
"@types/react-router-dom": "^5.3.2",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"axios": "^0.21.4",
"clsx": "^1.1.1",
"is-valid-path": "^0.1.1",
"jszip": "^3.8.0",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"material-design-icons": "^3.0.1",
"material-ui-search-bar": "^1.0.0",
"moment": "^2.29.1",
"notistack": "^1.0.10",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-image": "^4.0.3",
"react-leaflet": "^3.2.2",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-spring": "^8.0.27",
"react-swipeable": "^6.2.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"react-zoom-pan-pinch": "^2.1.3",
"serve": "^11.3.2",
"swiper": "^6.8.4",
"typeface-roboto": "^1.1.13",
"typescript": "^4.4.4",
"web-vitals": "^0.2.4"
},
"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": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/is-valid-path": "^0.1.0",
"@types/leaflet": "^1.7.5",
"@types/qs": "^6.9.7",
"@types/react-custom-scrollbars": "^4.0.9",
"@types/react-window": "^1.8.5"
}
}