package.json 1.2 KB

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