1
0
Fork 0
forked from gitea/nas

Improving statuses, adding a composer drawer, which doesn't work yet

This commit is contained in:
Eugen Rochko 2016-08-25 19:52:55 +02:00
parent f5e1127894
commit 44e57f64dd
14 changed files with 138 additions and 12 deletions

View file

@ -11,11 +11,14 @@
"redux-devtools": "^3.3.1"
},
"dependencies": {
"es6-promise": "^3.2.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.14.1",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-immutable": "^3.0.8"
"redux-immutable": "^3.0.8",
"redux-thunk": "^2.1.0"
}
}