#2, реализовала регистрацию и аутентификацию пользователей
Showing
This diff is collapsed.
| ... | ... | @@ -3,42 +3,32 @@ |
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@testing-library/jest-dom": "^4.2.4", | ||
| "@testing-library/react": "^9.5.0", | ||
| "@testing-library/user-event": "^7.2.1", | ||
| "axios": "^0.19.2", | ||
| "bootstrap": "^4.5.0", | ||
| "history": "^5.0.0", | ||
| "prop-type": "0.0.1", | ||
| "react": "^16.13.1", | ||
| "react-dom": "^16.13.1", | ||
| "react-notification": "^6.8.5", | ||
| "react-redux": "^7.2.1", | ||
| "axios": "^0.18.0", | ||
| "bootstrap": "^4.3.1", | ||
| "connected-react-router": "^6.8.0", | ||
| "history": "^4.10.1", | ||
| "prop-types": "^15.7.2", | ||
| "react": "^16.8.4", | ||
| "react-dom": "^16.8.4", | ||
| "react-notifications": "^1.6.0", | ||
| "react-redux": "^6.0.1", | ||
| "react-router": "^5.2.0", | ||
| "react-router-dom": "^5.2.0", | ||
| "react-scripts": "3.4.1", | ||
| "reactstrap": "^8.5.1", | ||
| "redux": "^4.0.5", | ||
| "react-scripts": "^2.1.8", | ||
| "reactstrap": "^7.1.0", | ||
| "redux": "^4.0.1", | ||
| "redux-thunk": "^2.3.0" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "test": "react-scripts test --env=jsdom", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| } | ||
| "browserslist": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not ie <= 11", | ||
| "not op_mini all" | ||
| ] | ||
| } |
src/axios-api.js
0 → 100644
src/config.js
0 → 100644
src/store/actionTypes.js
0 → 100644
src/store/configureStore.js
0 → 100644
src/store/localStorage.js
0 → 100644
src/store/products.js
0 → 100644
Please
register
or
sign in
to comment