package.json 891 B

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