aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-10-25 15:59:38 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2020-10-25 15:59:38 -0700
commit5df4c5743d7b501529d4e3823fe02184ef0259fe (patch)
tree646bb68e91595035aa589c120f81880f2f18987b /modern/package.json
parent2184bb6a9e98327f7d756b5977ae5315268f37b3 (diff)
downloadetbsa-traccar-web-5df4c5743d7b501529d4e3823fe02184ef0259fe.tar.gz
etbsa-traccar-web-5df4c5743d7b501529d4e3823fe02184ef0259fe.tar.bz2
etbsa-traccar-web-5df4c5743d7b501529d4e3823fe02184ef0259fe.zip
Initial geofence implementation
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/modern/package.json b/modern/package.json
index afba6a5..bd1dd33 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -20,7 +20,8 @@
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"redux": "^4.0.5",
- "typeface-roboto": "0.0.75"
+ "typeface-roboto": "0.0.75",
+ "wellknown": "^0.5.0"
},
"scripts": {
"start": "craco start",