package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "reactfirst",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.6",
  7. "@emotion/styled": "^11.10.6",
  8. "@fontsource/roboto": "^4.5.8",
  9. "@mui/icons-material": "^5.11.11",
  10. "@mui/material": "^5.11.11",
  11. "@reduxjs/toolkit": "^1.9.3",
  12. "@rtk-query/graphql-request-base-query": "^2.2.0",
  13. "@testing-library/jest-dom": "^5.16.5",
  14. "@testing-library/react": "^13.4.0",
  15. "@testing-library/user-event": "^13.5.0",
  16. "graphql": "^16.6.0",
  17. "graphql-request": "^5.2.0",
  18. "react": "^18.2.0",
  19. "react-dom": "^18.2.0",
  20. "react-redux": "^8.0.5",
  21. "react-router-dom": "^5.3.0",
  22. "react-scripts": "5.0.1",
  23. "redux-persist": "^6.0.0",
  24. "reduxjs-toolkit-persist": "^7.2.1",
  25. "rtk-query": "^0.0.0",
  26. "web-vitals": "^2.1.4"
  27. },
  28. "scripts": {
  29. "start": "react-scripts start",
  30. "build": "react-scripts build",
  31. "test": "react-scripts test",
  32. "eject": "react-scripts eject"
  33. },
  34. "eslintConfig": {
  35. "extends": [
  36. "react-app",
  37. "react-app/jest"
  38. ]
  39. },
  40. "browserslist": {
  41. "production": [
  42. ">0.2%",
  43. "not dead",
  44. "not op_mini all"
  45. ],
  46. "development": [
  47. "last 1 chrome version",
  48. "last 1 firefox version",
  49. "last 1 safari version"
  50. ]
  51. }
  52. }