mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
adding a redux todo list to playground
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user