package.json 888 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "browserslist": {
  3. "development": [
  4. "last 1 chrome version",
  5. "last 1 firefox version",
  6. "last 1 safari version"
  7. ],
  8. "production": [
  9. ">0.2%",
  10. "not dead",
  11. "not op_mini all"
  12. ]
  13. },
  14. "dependencies": {
  15. "@testing-library/jest-dom": "^5.16.5",
  16. "@testing-library/react": "^13.4.0",
  17. "@testing-library/user-event": "^13.5.0",
  18. "bootstrap": "^5.2.3",
  19. "react": "^18.2.0",
  20. "react-dom": "^18.2.0",
  21. "react-scripts": "5.0.1",
  22. "web-vitals": "^2.1.4"
  23. },
  24. "devDependencies": {
  25. "prettier": "^2.8.4"
  26. },
  27. "eslintConfig": {
  28. "extends": [
  29. "react-app",
  30. "react-app/jest"
  31. ]
  32. },
  33. "name": "front",
  34. "private": true,
  35. "scripts": {
  36. "build": "react-scripts build",
  37. "eject": "react-scripts eject",
  38. "start": "react-scripts start",
  39. "test": "react-scripts test"
  40. },
  41. "version": "0.1.0"
  42. }