package.json 986 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "our-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@fullpage/react-fullpage": "^0.1.15",
  7. "axios": "^0.19.0",
  8. "google-maps-react": "^2.0.2",
  9. "moment": "^2.24.0",
  10. "node-sass": "^4.12.0",
  11. "react": "^16.8.6",
  12. "react-dom": "^16.8.6",
  13. "react-escape-outside": "^0.1.1",
  14. "react-full-page": "^0.1.7",
  15. "react-history": "^0.18.2",
  16. "react-redux": "^7.1.0",
  17. "react-router-dom": "^5.0.1",
  18. "react-scripts": "3.0.1",
  19. "redux": "^4.0.1",
  20. "redux-thunk": "^2.3.0"
  21. },
  22. "scripts": {
  23. "start": "react-scripts start",
  24. "build": "react-scripts build",
  25. "test": "react-scripts test",
  26. "eject": "react-scripts eject"
  27. },
  28. "eslintConfig": {
  29. "extends": "react-app"
  30. },
  31. "browserslist": {
  32. "production": [
  33. ">0.2%",
  34. "not dead",
  35. "not op_mini all"
  36. ],
  37. "development": [
  38. "last 1 chrome version",
  39. "last 1 firefox version",
  40. "last 1 safari version"
  41. ]
  42. }
  43. }