summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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",