package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "photo",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^4.11.0",
  7. "@material-ui/icons": "^4.9.1",
  8. "@testing-library/jest-dom": "^4.2.4",
  9. "@testing-library/react": "^9.5.0",
  10. "@testing-library/user-event": "^7.2.1",
  11. "react": "^16.13.1",
  12. "react-dom": "^16.13.1",
  13. "react-google-photo": "git+https://github.com/yeungalan/react-google-photo.git",
  14. "react-grid-gallery": "git+https://github.com/benhowell/react-grid-gallery.git",
  15. "react-image-lightbox": "^5.1.1",
  16. "react-photo-gallery": "^8.0.0",
  17. "react-scripts": "^3.4.3"
  18. },
  19. "scripts": {
  20. "start": "react-scripts start",
  21. "build": "react-scripts build",
  22. "test": "react-scripts test",
  23. "eject": "react-scripts eject"
  24. },
  25. "eslintConfig": {
  26. "extends": "react-app"
  27. },
  28. "browserslist": {
  29. "production": [
  30. ">0.2%",
  31. "not dead",
  32. "not op_mini all"
  33. ],
  34. "development": [
  35. "last 1 chrome version",
  36. "last 1 firefox version",
  37. "last 1 safari version"
  38. ]
  39. }
  40. }