package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "reactproject3",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.17.0",
  7. "@testing-library/react": "^13.4.0",
  8. "@testing-library/user-event": "^13.5.0",
  9. "@types/jest": "^27.5.2",
  10. "@types/node": "^16.18.98",
  11. "@types/react": "^18.3.3",
  12. "@types/react-dom": "^18.3.0",
  13. "react": "^18.3.1",
  14. "react-dom": "^18.3.1",
  15. "react-scripts": "5.0.1",
  16. "typescript": "^4.9.5",
  17. "web-vitals": "^2.1.4"
  18. },
  19. "scripts": {
  20. "start": "react-scripts start",
  21. "build": "react-scripts build",
  22. "test": "jest",
  23. "eject": "react-scripts eject"
  24. },
  25. "eslintConfig": {
  26. "extends": [
  27. "react-app",
  28. "react-app/jest"
  29. ]
  30. },
  31. "browserslist": {
  32. "production": [
  33. ">0.2%",
  34. "not dead",
  35. "not op_mini all"
  36. ],
  37. "development": [
  38. "last 1 chrome version",
  39. "last 1 firefox version",
  40. "last 1 safari version"
  41. ]
  42. },
  43. "devDependencies": {
  44. "eslint-config-react-app": "^7.0.1",
  45. "jest-editor-support": "^32.0.0-beta.0"
  46. }
  47. }