aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/modern/package.json b/modern/package.json
index 5dd4cb9..94822a6 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -10,12 +10,14 @@
"react-container-dimensions": "^1.4.1",
"react-dom": "^16.4.2",
"react-leaflet": "^2.0.1",
- "react-scripts": "1.1.5"
+ "react-router-dom": "^4.3.1",
+ "react-scripts": "^1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
- }
+ },
+ "proxy": "http://localhost:8082"
}