summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3df4808..84ad772 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "live cortex for neural stuff",
"main": "index.js",
+ "private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -22,7 +23,9 @@
"preact-compat": "^3.18.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
+ "react-router-redux": "^4.0.8",
"redux": "^4.0.0",
+ "redux-thunk": "^2.2.0",
"socket.io": "^2.1.1",
"tone": "^0.12.80"
},