package.json 1006 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.7.1",
  7. "@emotion/styled": "^11.6.0",
  8. "@mui/icons-material": "^5.2.5",
  9. "@mui/material": "^5.2.5",
  10. "@testing-library/jest-dom": "^5.16.1",
  11. "@testing-library/react": "^12.1.2",
  12. "@testing-library/user-event": "^13.5.0",
  13. "node-sass": "^7.0.0",
  14. "react": "^17.0.2",
  15. "react-dom": "^17.0.2",
  16. "react-router-dom": "^5.3.0",
  17. "react-scripts": "5.0.0",
  18. "web-vitals": "^2.1.2"
  19. },
  20. "scripts": {
  21. "start": "react-scripts start",
  22. "build": "react-scripts build",
  23. "test": "react-scripts test",
  24. "eject": "react-scripts eject"
  25. },
  26. "eslintConfig": {
  27. "extends": [
  28. "react-app",
  29. "react-app/jest"
  30. ]
  31. },
  32. "browserslist": {
  33. "production": [
  34. ">0.2%",
  35. "not dead",
  36. "not op_mini all"
  37. ],
  38. "development": [
  39. "last 1 chrome version",
  40. "last 1 firefox version",
  41. "last 1 safari version"
  42. ]
  43. }
  44. }