package.json 711 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "geoguessr-selfhost",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": "https://kirkleon.ddns.net/terrassumptions/",
  6. "dependencies": {
  7. "pretty-ms": "^5.0.0",
  8. "react": "^16.9.0",
  9. "react-dom": "^16.9.0",
  10. "react-scripts": "3.1.1"
  11. },
  12. "scripts": {
  13. "start": "react-scripts start",
  14. "build": "react-scripts build",
  15. "test": "react-scripts test",
  16. "eject": "react-scripts eject"
  17. },
  18. "eslintConfig": {
  19. "extends": "react-app"
  20. },
  21. "browserslist": {
  22. "production": [
  23. ">0.2%",
  24. "not dead",
  25. "not op_mini all"
  26. ],
  27. "development": [
  28. "last 1 chrome version",
  29. "last 1 firefox version",
  30. "last 1 safari version"
  31. ]
  32. }
  33. }