package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "audio-player",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.9.0",
  7. "@emotion/styled": "^11.8.1",
  8. "@mui/icons-material": "^5.6.2",
  9. "@mui/material": "^5.6.2",
  10. "@testing-library/jest-dom": "^5.16.4",
  11. "@testing-library/react": "^13.1.1",
  12. "@testing-library/user-event": "^13.5.0",
  13. "react": "^18.0.0",
  14. "react-dom": "^18.0.0",
  15. "react-redux": "^8.0.1",
  16. "react-router-dom": "^6.3.0",
  17. "react-scripts": "5.0.1",
  18. "redux": "^4.2.0",
  19. "redux-thunk": "^2.4.1",
  20. "styled-components": "^5.3.5",
  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. "devDependencies": {
  48. "eslint": "^8.14.0",
  49. "eslint-plugin-react": "^7.29.4"
  50. }
  51. }