#1, создала проект, установила зависимости
Showing
... | ... | @@ -6,9 +6,19 @@ |
"@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-scripts": "3.4.1" | ||
"react-notification": "^6.8.5", | ||
"react-redux": "^7.2.1", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "3.4.1", | ||
"reactstrap": "^8.5.1", | ||
"redux": "^4.0.5", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... |
Please
register
or
sign in
to comment