package.json 748 B

123456789101112131415161718192021222324252627282930313233343536
  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. },
  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. }