package.json 825 B

1234567891011121314151617181920212223242526272829303132333435363738
  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-saga": "^1.1.3",
  14. "redux-thunk": "^2.3.0"
  15. },
  16. "scripts": {
  17. "start": "react-scripts start",
  18. "build": "react-scripts build",
  19. "test": "react-scripts test",
  20. "eject": "react-scripts eject"
  21. },
  22. "eslintConfig": {
  23. "extends": "react-app"
  24. },
  25. "browserslist": {
  26. "production": [
  27. ">0.2%",
  28. "not dead",
  29. "not op_mini all"
  30. ],
  31. "development": [
  32. "last 1 chrome version",
  33. "last 1 firefox version",
  34. "last 1 safari version"
  35. ]
  36. },
  37. "proxy": "http://localhost:4000/"
  38. }