package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "fe-27",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.14.1",
  7. "@testing-library/react": "^11.2.7",
  8. "@testing-library/user-event": "^12.8.3",
  9. "axios": "^0.21.4",
  10. "classnames": "^2.3.1",
  11. "hook-easy-form": "^2.7.2",
  12. "jwt-decode": "^3.1.2",
  13. "node-sass": "^6.0.1",
  14. "react": "^17.0.2",
  15. "react-dom": "^17.0.2",
  16. "react-redux": "^7.2.4",
  17. "react-router-dom": "^5.2.1",
  18. "react-scripts": "4.0.3",
  19. "redux": "^4.1.1",
  20. "redux-logger": "^3.0.6",
  21. "redux-saga": "^1.1.3",
  22. "redux-thunk": "^2.3.0",
  23. "web-vitals": "^1.1.2"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. }
  49. }