Advertisement
genkid2020

Untitled

Aug 14th, 2020
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "name": "react-test-task",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^4.11.0",
  7. "@material-ui/icons": "^4.9.1",
  8. "@material-ui/lab": "^4.0.0-alpha.56",
  9. "@testing-library/jest-dom": "^4.2.4",
  10. "@testing-library/react": "^9.3.2",
  11. "@testing-library/user-event": "^7.1.2",
  12. "axios": "^0.19.2",
  13. "material-table": "^1.63.1",
  14. "react": "^16.13.1",
  15. "react-dom": "^16.13.1",
  16. "react-redux": "^7.2.0",
  17. "react-router": "^5.2.0",
  18. "react-router-dom": "^5.2.0",
  19. "react-scripts": "3.4.1",
  20. "redux": "^4.0.5",
  21. "redux-thunk": "^2.3.0",
  22. "styled-components": "^5.1.1"
  23. },
  24. "scripts": {
  25. "start": "react-scripts start",
  26. "build": "react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject"
  29. },
  30. "eslintConfig": {
  31. "extends": "react-app"
  32. },
  33. "browserslist": {
  34. "production": [
  35. ">0.2%",
  36. "not dead",
  37. "not op_mini all"
  38. ],
  39. "development": [
  40. "last 1 chrome version",
  41. "last 1 firefox version",
  42. "last 1 safari version"
  43. ]
  44. }
  45. }
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement