package.json 850 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "geoguessr-selfhost",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": "https://kirkleon.ddns.net/terrassumptions/",
  6. "dependencies": {
  7. "dequal": "^1.0.0",
  8. "pretty-ms": "^5.1.0",
  9. "react": "^16.12.0",
  10. "react-dom": "^16.12.0",
  11. "react-scripts": "^3.3.0-next.80",
  12. "styled-components": "^4.4.1"
  13. },
  14. "scripts": {
  15. "start": "react-scripts start",
  16. "build": "react-scripts build",
  17. "test": "react-scripts test",
  18. "eject": "react-scripts eject"
  19. },
  20. "eslintConfig": {
  21. "extends": "react-app"
  22. },
  23. "browserslist": {
  24. "production": [
  25. ">0.2%",
  26. "not dead",
  27. "not op_mini all"
  28. ],
  29. "development": [
  30. "last 1 chrome version",
  31. "last 1 firefox version",
  32. "last 1 safari version"
  33. ]
  34. },
  35. "devDependencies": {
  36. "@types/styled-components": "^4.4.1"
  37. }
  38. }