package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "my-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.14.0",
  7. "@emotion/styled": "^11.14.0",
  8. "@mui/joy": "^5.0.0-beta.51",
  9. "@mui/material": "^6.4.8",
  10. "@testing-library/dom": "^10.4.0",
  11. "@testing-library/jest-dom": "^6.6.3",
  12. "@testing-library/react": "^16.2.0",
  13. "@testing-library/user-event": "^13.5.0",
  14. "axios": "^1.8.4",
  15. "qs": "^6.14.0",
  16. "react": "^19.0.0",
  17. "react-dom": "^19.0.0",
  18. "react-router": "^7.3.0",
  19. "react-router-dom": "^7.3.0",
  20. "react-scripts": "5.0.1",
  21. "web-vitals": "^2.1.4"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. }
  47. }