Implement tictactoe with redux
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"@types/react-dom": "16.9.1",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
"react-redux": "^7.1.1",
|
||||
"react-scripts": "3.2.0",
|
||||
"redux": "^4.0.4",
|
||||
"styled-components": "^5.0.0-beta.9",
|
||||
"typescript": "3.6.4"
|
||||
},
|
||||
@@ -35,6 +37,8 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-redux": "^7.1.4",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/styled-components": "^4.1.19",
|
||||
"@typescript-eslint/eslint-plugin": "^2.3.3",
|
||||
"@typescript-eslint/parser": "^2.3.3",
|
||||
|
||||
Reference in New Issue
Block a user