summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2019-02-13 02:02:11 +0100
committerjules@lens <julescarbon@gmail.com>2019-02-13 02:02:11 +0100
commit857a8a5f13fa63e7cbc56bfee0361c8c02860424 (patch)
treecaf41529595dd05ca0808a9fcf5739613df3438c /package.json
parent84500c8a1e4e7ef267d71fdf8ad5a52fb33b2cb5 (diff)
parentdc7d9cbba842472efb33186e97ee55751e4d50ca (diff)
Merge branch 'master' of asdf.us:megapixels_dev
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",