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