package.json 884 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "boniu",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": ".",
  6. "dependencies": {
  7. "@testing-library/jest-dom": "^5.11.9",
  8. "@testing-library/react": "^11.2.3",
  9. "@testing-library/user-event": "^12.6.2",
  10. "antd": "^4.10.3",
  11. "react": "^17.0.1",
  12. "react-dom": "^17.0.1",
  13. "react-router-dom": "^5.2.0",
  14. "react-scripts": "4.0.1",
  15. "web-vitals": "^0.2.4"
  16. },
  17. "scripts": {
  18. "start": "react-scripts start",
  19. "build": "react-scripts build",
  20. "test": "react-scripts test",
  21. "eject": "react-scripts eject"
  22. },
  23. "eslintConfig": {
  24. "extends": [
  25. "react-app",
  26. "react-app/jest"
  27. ]
  28. },
  29. "browserslist": {
  30. "production": [
  31. ">0.2%",
  32. "not dead",
  33. "not op_mini all"
  34. ],
  35. "development": [
  36. "last 1 chrome version",
  37. "last 1 firefox version",
  38. "last 1 safari version"
  39. ]
  40. }
  41. }