-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.07 KB
/
package.json
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
74
75
{
"name": "amazonia-minada-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.0",
"@mui/lab": "^5.0.0-alpha.47",
"@mui/material": "^5.0.0",
"@react-hook/intersection-observer": "^3.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@turf/bbox": "^6.5.0",
"add": "^2.0.6",
"axios": "^0.21.1",
"copy-to-clipboard": "^3.3.1",
"d3-ease": "^3.0.1",
"date-fns": "^2.24.0",
"eslint-plugin-import-helpers": "^1.1.0",
"fontsource-roboto": "^4.0.0",
"highcharts": "^9.2.2",
"highcharts-more": "^0.1.7",
"highcharts-react-official": "^3.0.0",
"i18next": "^20.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.0",
"moment": "^2.29.1",
"prettier": "^2.3.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.11.4",
"react-jss": "^10.7.1",
"react-map-gl": "^5.3.6",
"react-router-dom": "^5.2.1",
"react-scripts": "4.0.3",
"react-share": "^4.4.0",
"react-spinners": "^0.11.0",
"react-swipeable": "^6.2.0",
"react-youtube": "^7.14.0",
"swr": "^1.0.1",
"web-vitals": "^1.0.1",
"yarn": "^1.22.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0"
}
}