summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-28 15:54:41 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-28 15:54:41 +0200
commitaa5638a1c31ce56d59696580f33733dcf0d7764c (patch)
treec2d1bd0e480b9bae113ce9af706927c5b7c55952 /package.json
parenta72ecc91db39ac5a2d60aefc6d767da457500dde (diff)
refactor frontend, add threshold slider
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5c4fb15..ef9a8d5 100644
--- a/package.json
+++ b/package.json
@@ -11,15 +11,20 @@
"author": "julescarbon@gmail.com",
"license": "UNLICENSED",
"dependencies": {
+ "connected-react-router": "^6.4.0",
"dotenv": "^7.0.0",
"exifreader": "^2.8.2",
+ "history": "^4.9.0",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"prop-types": "^15.6.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-hot-loader": "^4.3.0",
- "react-redux": "^5.0.7"
+ "react-redux": "^5.1.1",
+ "react-router": "^5.0.0",
+ "redux": "^4.0.1",
+ "redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",