package.json 787 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "jku_se_react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "chart-race-react": "^1.0.2",
  7. "pigeon-maps": "^0.14.0",
  8. "pigeon-marker": "^0.3.4",
  9. "pigeon-overlay": "^0.2.3",
  10. "react": "^16.11.0",
  11. "react-dom": "^16.11.0",
  12. "react-scripts": "3.2.0",
  13. "react-transition-group": "^4.3.0"
  14. },
  15. "scripts": {
  16. "start": "react-scripts start",
  17. "build": "react-scripts build",
  18. "test": "react-scripts test",
  19. "eject": "react-scripts eject"
  20. },
  21. "eslintConfig": {
  22. "extends": "react-app"
  23. },
  24. "browserslist": {
  25. "production": [
  26. ">0.2%",
  27. "not dead",
  28. "not op_mini all"
  29. ],
  30. "development": [
  31. "last 1 chrome version",
  32. "last 1 firefox version",
  33. "last 1 safari version"
  34. ]
  35. }
  36. }