summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-02-13 02:00:50 +0100
committerJules Laplace <julescarbon@gmail.com>2019-02-13 02:00:50 +0100
commitdc1889f15ab1b1338c557cda0b1bcd989e1fdf9b (patch)
tree9b230694e37de6a8c18e5af311e1bf6bef6398e1 /package.json
parent63133aa1bda1ef101772b1d85e27b8d320d32412 (diff)
update
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",