package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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-accessible-accordion": "^3.0.0",
  13. "react-burger-menu": "^2.6.11",
  14. "react-dom": "^16.8.6",
  15. "react-escape-outside": "^0.1.1",
  16. "react-full-page": "^0.1.7",
  17. "react-history": "^0.18.2",
  18. "react-redux": "^7.1.0",
  19. "react-router-dom": "^5.0.1",
  20. "react-scripts": "3.0.1",
  21. "react-scrollchor": "^6.0.0",
  22. "redux": "^4.0.1",
  23. "redux-thunk": "^2.3.0"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": "react-app"
  33. },
  34. "browserslist": {
  35. "production": [
  36. ">0.2%",
  37. "not dead",
  38. "not op_mini all"
  39. ],
  40. "development": [
  41. "last 1 chrome version",
  42. "last 1 firefox version",
  43. "last 1 safari version"
  44. ]
  45. }
  46. }