package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "front",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.13.0",
  7. "@testing-library/react": "^11.2.7",
  8. "@testing-library/user-event": "^12.8.3",
  9. "axios": "^0.21.1",
  10. "react": "^17.0.2",
  11. "react-ace": "^9.4.1",
  12. "react-dom": "^17.0.2",
  13. "react-redux": "^7.2.4",
  14. "react-router-dom": "^5.2.0",
  15. "react-scripts": "4.0.3",
  16. "redux": "^4.1.0",
  17. "redux-devtools-extension": "^2.13.9",
  18. "redux-thunk": "^2.3.0",
  19. "web-vitals": "^1.1.2"
  20. },
  21. "scripts": {
  22. "start": "react-scripts start",
  23. "build": "react-scripts build",
  24. "test": "react-scripts test",
  25. "eject": "react-scripts eject"
  26. },
  27. "eslintConfig": {
  28. "extends": [
  29. "react-app",
  30. "react-app/jest"
  31. ]
  32. },
  33. "proxy": "http://localhost:4000/",
  34. "browserslist": {
  35. "production": [
  36. ">0.2%",
  37. "not dead",
  38. "not op_mini all"
  39. ],
  40. "development": [
  41. "last 1 chrome version",
  42. "last 1 firefox version",
  43. "last 1 safari version"
  44. ]
  45. }
  46. }