aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-09-04 16:44:14 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-09-04 16:44:14 +1200
commitc821e4722da493c5408bcb505599239d687453c6 (patch)
tree68a3723e083b382fde30f86dea2d6c374623fb23 /modern/package.json
parent6f6cf5427bd78b6de9ea1331952e086ecb277d10 (diff)
downloadetbsa-traccar-web-c821e4722da493c5408bcb505599239d687453c6.tar.gz
etbsa-traccar-web-c821e4722da493c5408bcb505599239d687453c6.tar.bz2
etbsa-traccar-web-c821e4722da493c5408bcb505599239d687453c6.zip
Implement login logic
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"
}