Aucune description

package.json 896B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "my-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^4.2.4",
  7. "@testing-library/react": "^9.3.2",
  8. "@testing-library/user-event": "^7.1.2",
  9. "@types/jest": "^24.0.0",
  10. "@types/node": "^12.0.0",
  11. "@types/react": "^16.9.0",
  12. "@types/react-dom": "^16.9.0",
  13. "react": "^16.12.0",
  14. "react-dom": "^16.12.0",
  15. "react-scripts": "3.3.0",
  16. "typescript": "~3.7.2"
  17. },
  18. "scripts": {
  19. "start": "react-scripts start",
  20. "build": "react-scripts build",
  21. "test": "react-scripts test",
  22. "eject": "react-scripts eject"
  23. },
  24. "eslintConfig": {
  25. "extends": "react-app"
  26. },
  27. "browserslist": {
  28. "production": [
  29. ">0.2%",
  30. "not dead",
  31. "not op_mini all"
  32. ],
  33. "development": [
  34. "last 1 chrome version",
  35. "last 1 firefox version",
  36. "last 1 safari version"
  37. ]
  38. }
  39. }