Add global state and right click menu using redux

This commit is contained in:
Joey Payne 2016-02-19 12:48:47 -07:00
commit 54d64cc124
10 changed files with 190 additions and 81 deletions

View file

@ -63,7 +63,9 @@
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-quill": "^0.4.1",
"react-redux": "^4.4.0",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.3.1",
"rethinkdbdash": "^2.2.17"
},
"ppapi_flash_version": "",
@ -149,6 +151,7 @@
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"http-server": "^0.8.4",
"redux-devtools": "^3.1.1",
"webpack": "*",
"webpack-dev-server": "^1.11.0"
},