diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-04 16:44:14 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-04 16:44:14 +1200 |
commit | c821e4722da493c5408bcb505599239d687453c6 (patch) | |
tree | 68a3723e083b382fde30f86dea2d6c374623fb23 /modern/package.json | |
parent | 6f6cf5427bd78b6de9ea1331952e086ecb277d10 (diff) | |
download | trackermap-web-c821e4722da493c5408bcb505599239d687453c6.tar.gz trackermap-web-c821e4722da493c5408bcb505599239d687453c6.tar.bz2 trackermap-web-c821e4722da493c5408bcb505599239d687453c6.zip |
Implement login logic
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modern/package.json b/modern/package.json index 5dd4cb93..94822a62 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" } |