package.json 819 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "@types/react": "16.9.11",
  9. "@types/react-dom": "16.9.3",
  10. "react": "^16.11.0",
  11. "react-dom": "^16.11.0",
  12. "react-photo-view": "link:..",
  13. "react-scripts": "3.2.0",
  14. "typescript": "3.7.2"
  15. },
  16. "scripts": {
  17. "start": "react-scripts start",
  18. "build": "react-scripts build",
  19. "test": "react-scripts test",
  20. "eject": "react-scripts eject"
  21. },
  22. "eslintConfig": {
  23. "extends": "react-app"
  24. },
  25. "browserslist": {
  26. "production": [
  27. ">0.2%",
  28. "not dead",
  29. "not op_mini all"
  30. ],
  31. "development": [
  32. "last 1 chrome version",
  33. "last 1 firefox version",
  34. "last 1 safari version"
  35. ]
  36. }
  37. }