adding a redux todo list to playground

This commit is contained in:
Ken
2019-01-24 12:56:23 -08:00
parent 8b0a0f7569
commit a61d89ea14
12 changed files with 212 additions and 16 deletions

View File

@@ -13,6 +13,8 @@
"devDependencies": {
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11",
"@types/redux": "^3.6.0",
"@types/react-redux": "^7.0.0",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
@@ -24,6 +26,8 @@
"office-ui-fabric-react": "^6.128.0",
"@uifabric/experiments": "^6.51.1",
"react": "^16.7.0",
"react-dom": "^16.7.0"
"react-dom": "^16.7.0",
"redux": "^4.0.1",
"react-redux": "^6.0.0"
}
}