package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.11.9",
  7. "@testing-library/react": "^11.2.5",
  8. "@testing-library/user-event": "^12.8.3",
  9. "immer": "^8.0.3",
  10. "path-parser": "^6.1.0",
  11. "react": "^17.0.1",
  12. "react-dom": "^17.0.1",
  13. "react-infinite-scroller": "^1.2.4",
  14. "react-router-dom": "^5.2.0",
  15. "react-router5": "^8.0.1",
  16. "react-scripts": "4.0.3",
  17. "react-select": "^4.3.0",
  18. "react-sound": "^1.2.0",
  19. "router5": "^8.0.1",
  20. "router5-plugin-browser": "^8.0.1",
  21. "router5-plugin-logger": "^8.0.1",
  22. "web-vitals": "^1.1.1"
  23. },
  24. "proxy": "http://localhost:5000/",
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. }
  49. }