summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6ff9dac5..0cc38ef6 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,8 @@
"build": "NODE_ENV=production webpack --config ./webpack.config.prod.js",
"deploy": "NODE_ENV=production webpack --config ./webpack.config.prod.js && git commit -am 'deploy' && git push origin master && ssh vframe@vframe ./restart.sh",
"watchSplash": "NODE_ENV=development webpack --config ./webpack.splash.dev.js --colors --watch",
- "buildSplash": "NODE_ENV=production webpack --config ./webpack.splash.prod.js"
+ "buildSplash": "NODE_ENV=production webpack --config ./webpack.splash.prod.js",
+ "watchGeocode": "NODE_ENV=development webpack --config ./webpack.geocode.dev.js --colors --watch"
},
"repository": {
"type": "git",
@@ -48,6 +49,7 @@
"react-dom": "^16.3.0",
"react-hot-loader": "^4.3.0",
"react-redux": "^5.0.7",
+ "react-router-dom": "^4.3.1",
"react-spin": "^0.6.2",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",