package.json 797 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "fsa1",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "graphql-request": "^1.8.2",
  7. "react": "^16.12.0",
  8. "react-dom": "^16.12.0",
  9. "react-redux": "^7.1.3",
  10. "react-router-dom": "^5.1.2",
  11. "react-scripts": "3.2.0",
  12. "redux": "^4.0.4",
  13. "redux-thunk": "^2.3.0"
  14. },
  15. "scripts": {
  16. "start": "react-scripts start",
  17. "build": "react-scripts build",
  18. "test": "react-scripts test",
  19. "eject": "react-scripts eject"
  20. },
  21. "eslintConfig": {
  22. "extends": "react-app"
  23. },
  24. "browserslist": {
  25. "production": [
  26. ">0.2%",
  27. "not dead",
  28. "not op_mini all"
  29. ],
  30. "development": [
  31. "last 1 chrome version",
  32. "last 1 firefox version",
  33. "last 1 safari version"
  34. ]
  35. },
  36. "proxy": "http://localhost:4000/"
  37. }