Подключены основные зависимости
Showing
This diff is collapsed.
... | @@ -6,9 +6,17 @@ | ... | @@ -6,9 +6,17 @@ |
"@testing-library/jest-dom": "^4.2.4", | "@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.5.0", | "@testing-library/react": "^9.5.0", | ||
"@testing-library/user-event": "^7.2.1", | "@testing-library/user-event": "^7.2.1", | ||
"axios": "^0.19.2", | |||
"bootstrap": "^4.5.0", | |||
"react": "^16.13.1", | "react": "^16.13.1", | ||
"react-dom": "^16.13.1", | "react-dom": "^16.13.1", | ||
"react-scripts": "3.4.1" | "react-redux": "^7.2.0", | ||
"react-router": "^5.2.0", | |||
"react-router-dom": "^5.2.0", | |||
"react-scripts": "3.4.1", | |||
"reactstrap": "^8.4.1", | |||
"redux": "^4.0.5", | |||
"redux-thunk": "^2.3.0" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
... | ... |
src/App.js
deleted
100644 → 0
src/containers/App.js
0 → 100644
src/store/actionTypes.js
0 → 100644
src/store/actions.js
0 → 100644
src/store/reducer.js
0 → 100644
Please
register
or
sign in
to comment