package.json 807 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "fe13",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "axios": "^0.19.0",
  7. "node-sass": "^4.12.0",
  8. "react": "^16.8.6",
  9. "react-dom": "^16.8.6",
  10. "react-redux": "^7.1.0",
  11. "react-router-dom": "^5.0.1",
  12. "react-scripts": "3.0.1",
  13. "redux": "^4.0.4",
  14. "redux-logger": "^3.0.6",
  15. "redux-thunk": "^2.3.0"
  16. },
  17. "scripts": {
  18. "start": "react-scripts start",
  19. "build": "react-scripts build",
  20. "test": "react-scripts test",
  21. "eject": "react-scripts eject"
  22. },
  23. "eslintConfig": {
  24. "extends": "react-app"
  25. },
  26. "browserslist": {
  27. "production": [
  28. ">0.2%",
  29. "not dead",
  30. "not op_mini all"
  31. ],
  32. "development": [
  33. "last 1 chrome version",
  34. "last 1 firefox version",
  35. "last 1 safari version"
  36. ]
  37. }
  38. }