package.json 748 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "airgameboard",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^4.2.4",
  7. "@testing-library/react": "^9.5.0",
  8. "@testing-library/user-event": "^7.2.1",
  9. "react": "^16.13.1",
  10. "react-dom": "^16.13.1",
  11. "react-scripts": "3.4.1"
  12. },
  13. "scripts": {
  14. "start": "react-scripts start",
  15. "build": "react-scripts build",
  16. "test": "react-scripts test",
  17. "eject": "react-scripts eject"
  18. },
  19. "eslintConfig": {
  20. "extends": "react-app"
  21. },
  22. "browserslist": {
  23. "production": [
  24. ">0.2%",
  25. "not dead",
  26. "not op_mini all"
  27. ],
  28. "development": [
  29. "last 1 chrome version",
  30. "last 1 firefox version",
  31. "last 1 safari version"
  32. ]
  33. }
  34. }