diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-04 04:14:03 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-04 04:14:03 +0200 |
| commit | d520c67839724e80d8b68b8fe933f1e7755a8f42 (patch) | |
| tree | 51188a9a3b7a125d1e79c899ba7058a280bcde50 /package.json | |
| parent | 2263f412817d6d2d36372e7617feb0d97fa57af8 (diff) | |
writing task form in a reduxy way
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index aaf33d7..b365026 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,10 @@ "node-ipc": "^9.0.1", "preact": "^8.1.0", "preact-compat": "^3.16.0", + "react-redux": "^5.0.5", "react-router-dom": "^4.1.1", + "redux": "^3.7.1", + "socket.io": "^2.0.3", "tone": "^0.10.0" }, "devDependencies": { |
