package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "@material-ui/lab": "^4.0.0-alpha.56",
  9. "@testing-library/jest-dom": "^4.2.4",
  10. "@testing-library/react": "^9.5.0",
  11. "@testing-library/user-event": "^7.2.1",
  12. "react": "^16.13.1",
  13. "react-dom": "^16.13.1",
  14. "react-google-photo": "git+https://github.com/yeungalan/react-google-photo.git",
  15. "react-grid-gallery": "git+https://github.com/benhowell/react-grid-gallery.git",
  16. "react-image-lightbox": "^5.1.1",
  17. "react-photo-gallery": "^8.0.0",
  18. "react-scripts": "^3.4.3"
  19. },
  20. "scripts": {
  21. "start": "react-scripts start",
  22. "build": "react-scripts build",
  23. "test": "react-scripts test",
  24. "eject": "react-scripts eject"
  25. },
  26. "eslintConfig": {
  27. "extends": "react-app"
  28. },
  29. "browserslist": {
  30. "production": [
  31. ">0.2%",
  32. "not dead",
  33. "not op_mini all"
  34. ],
  35. "development": [
  36. "last 1 chrome version",
  37. "last 1 firefox version",
  38. "last 1 safari version"
  39. ]
  40. }
  41. }