summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 02:49:46 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 02:49:46 +0200
commite05904f2e992ce3184952a8e569d9c28d85d68de (patch)
tree50c4af17d282384be4cc34a0adfc6dc823fc3261 /package.json
parent135fde231646f8f8838cdf16ddb0bc3ad2e94d3a (diff)
basic css for form elements
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"
},