Skip to content

Commit 01367f6

Browse files
committed
Redux configuration, process async
1 parent d6fa072 commit 01367f6

File tree

13 files changed

+27315
-13460
lines changed

13 files changed

+27315
-13460
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,15 @@
3737
},
3838
"dependencies": {
3939
"express": "^4.15.0",
40+
"immutable": "^3.8.1",
4041
"react": "^15.4.2",
4142
"react-dom": "^15.4.2",
42-
"react-router-dom": "next"
43+
"react-redux": "^5.0.3",
44+
"react-router-dom": "next",
45+
"redux": "^3.6.0",
46+
"redux-actions": "^1.2.2",
47+
"redux-promise-middleware": "^4.2.0",
48+
"transit-immutable-js": "^0.7.0",
49+
"transit-js": "^0.8.846"
4350
}
4451
}

0 commit comments

Comments
 (0)