package.json 845 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "triathlon-project",
  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-scripts": "3.0.1"
  11. },
  12. "scripts": {
  13. "start": "react-scripts start",
  14. "build": "react-scripts build",
  15. "test": "react-scripts test",
  16. "eject": "react-scripts eject"
  17. },
  18. "eslintConfig": {
  19. "extends": "react-app"
  20. },
  21. "browserslist": {
  22. "production": [
  23. ">0.2%",
  24. "not dead",
  25. "not op_mini all"
  26. ],
  27. "development": [
  28. "last 1 chrome version",
  29. "last 1 firefox version",
  30. "last 1 safari version"
  31. ]
  32. },
  33. "devDependencies": {
  34. "react-redux": "^7.1.0",
  35. "react-router-dom": "^5.0.1",
  36. "redux": "^4.0.4",
  37. "redux-form": "^8.2.4",
  38. "redux-thunk": "^2.3.0"
  39. }
  40. }