-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.85 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "react-google-maps",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^2.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@luomus/leaflet-smooth-wheel-zoom": "^1.0.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.2.9",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.14.12",
"@mui/x-date-pickers": "^6.16.1",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@turf/turf": "^6.5.0",
"axios": "^1.5.1",
"browser-image-compression": "^1.0.15",
"clsx": "^1.1.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"firebase": "^8.10.1",
"firebase-admin": "^9.11.1",
"firebase-functions": "^3.15.5",
"jimp": "^0.16.1",
"js-cookie": "^3.0.5",
"leaflet": "^1.7.1",
"leaflet-polylineoffset": "^1.1.1",
"material-ui-dropzone": "^3.5.0",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"papaparse": "^5.4.1",
"prettier": "^3.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-image-file-resizer": "^0.4.7",
"react-lazy-load-image-component": "^1.5.1",
"react-lazyload": "^3.2.1",
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1",
"react-leaflet-cluster": "^2.0.0",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-material-ui-carousel": "^3.4.2",
"react-onclickoutside": "^6.11.2",
"react-redux": "^7.2.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.21.3",
"react-scripts": "4.0.3",
"react-scroll-horizontal": "^1.6.6",
"react-slick": "^0.30.2",
"react-spring-bottom-sheet": "^3.4.1",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"sass": "^1.35.2",
"sharp": "^0.29.0",
"slick-carousel": "^1.8.1",
"supercluster": "^8.0.1",
"terraformer-wkt-parser": "^1.2.1",
"use-supercluster": "^0.4.0",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"gh-pages": "^6.0.0",
"node-gyp": "^8.4.1"
},
"homepage": "https://mapa-realizacoes.dados.rio/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"format": "prettier --write \"src/**/*.{js,jsx}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}