|
@@ -3,13 +3,18 @@
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"private": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@terrestris/react-geo": "^14.1.0",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.5.0",
|
|
"@testing-library/react": "^9.5.0",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
|
|
+ "antd": "^4.7.2",
|
|
"bootstrap": "^4.5.2",
|
|
"bootstrap": "^4.5.2",
|
|
"express": "^4.17.1",
|
|
"express": "^4.17.1",
|
|
"google-map-react": "^2.1.8",
|
|
"google-map-react": "^2.1.8",
|
|
|
|
+ "jquery": "^3.5.1",
|
|
"leaflet": "^1.7.1",
|
|
"leaflet": "^1.7.1",
|
|
|
|
+ "mapbox-gl": "^1.12.0",
|
|
|
|
+ "ol": "^6.0.1",
|
|
"pigeon-draggable": "^0.1.1",
|
|
"pigeon-draggable": "^0.1.1",
|
|
"pigeon-maps": "^0.16.1",
|
|
"pigeon-maps": "^0.16.1",
|
|
"pigeon-marker": "^0.3.4",
|
|
"pigeon-marker": "^0.3.4",
|
|
@@ -18,6 +23,8 @@
|
|
"react-dom": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-leaflet": "^2.7.0",
|
|
"react-leaflet": "^2.7.0",
|
|
"react-map-gl": "^5.2.9",
|
|
"react-map-gl": "^5.2.9",
|
|
|
|
+ "react-map-gl-draw": "^0.21.1",
|
|
|
|
+ "react-mapbox-gl": "^4.8.6",
|
|
"react-redux": "^7.2.1",
|
|
"react-redux": "^7.2.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "3.4.3",
|
|
"react-scripts": "3.4.3",
|
|
@@ -25,6 +32,9 @@
|
|
"redux": "^4.0.5",
|
|
"redux": "^4.0.5",
|
|
"serve": "^11.3.2"
|
|
"serve": "^11.3.2"
|
|
},
|
|
},
|
|
|
|
+ "resolutions": {
|
|
|
|
+ "@turf/difference": "6.0.1"
|
|
|
|
+ },
|
|
"scripts": {
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"build": "react-scripts build",
|