From c821e4722da493c5408bcb505599239d687453c6 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 4 Sep 2018 16:44:14 +1200 Subject: Implement login logic --- modern/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modern/package.json') 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" } -- cgit v1.2.3