package.json 735 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "react-photo-view-example",
  3. "version": "0.0.0",
  4. "private": true,
  5. "dependencies": {
  6. "@types/jest": "24.0.22",
  7. "@types/node": "12.12.6",
  8. "react-photo-view": "link:..",
  9. "react-scripts": "3.2.0",
  10. "styled-components": "^4.4.1",
  11. "typescript": "3.7.2"
  12. },
  13. "scripts": {
  14. "start": "react-scripts start",
  15. "build": "react-scripts build",
  16. "test": "react-scripts test",
  17. "eject": "react-scripts eject"
  18. },
  19. "eslintConfig": {
  20. "extends": "react-app"
  21. },
  22. "browserslist": {
  23. "production": [
  24. ">0.2%",
  25. "not dead",
  26. "not op_mini all"
  27. ],
  28. "development": [
  29. "last 1 chrome version",
  30. "last 1 firefox version",
  31. "last 1 safari version"
  32. ]
  33. }
  34. }