package.json 694 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "jku_se_react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "chart-race-react": "^1.0.2",
  7. "react": "^16.11.0",
  8. "react-dom": "^16.11.0",
  9. "react-scripts": "3.2.0",
  10. "react-transition-group": "^4.3.0"
  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. }