|
@@ -6,9 +6,14 @@
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
+ "node-sass": "^7.0.1",
|
|
"react": "^17.0.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
|
|
+ "react-redux": "^7.2.6",
|
|
|
|
+ "react-router-dom": "^5.3.0",
|
|
"react-scripts": "5.0.0",
|
|
"react-scripts": "5.0.0",
|
|
|
|
+ "redux": "^4.1.2",
|
|
|
|
+ "redux-thunk": "^2.4.1",
|
|
"web-vitals": "^2.1.4"
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|