package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "x-zhifu",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@loadable/component": "^5.15.0",
  7. "@testing-library/jest-dom": "^5.14.1",
  8. "@testing-library/react": "^11.2.7",
  9. "@testing-library/user-event": "^12.8.3",
  10. "@types/react-router-dom": "^5.1.7",
  11. "@types/redux-actions": "^2.6.1",
  12. "antd": "^4.16.5",
  13. "axios": "^0.21.1",
  14. "babel-loader": "^8.1.0",
  15. "loadash": "^1.0.0",
  16. "react": "^17.0.2",
  17. "react-dom": "^17.0.2",
  18. "react-redux": "^7.2.4",
  19. "react-router": "^5.2.0",
  20. "react-router-dom": "^5.2.0",
  21. "react-scripts": "4.0.3",
  22. "redux": "^4.1.0",
  23. "redux-actions": "^2.6.5",
  24. "web-vitals": "^1.1.2"
  25. },
  26. "scripts": {
  27. "start": "react-scripts start",
  28. "build": "react-scripts build",
  29. "test": "react-scripts test",
  30. "eject": "react-scripts eject"
  31. },
  32. "eslintConfig": {
  33. "extends": [
  34. "react-app",
  35. "react-app/jest"
  36. ]
  37. },
  38. "browserslist": {
  39. "production": [
  40. ">0.2%",
  41. "not dead",
  42. "not op_mini all"
  43. ],
  44. "development": [
  45. "last 1 chrome version",
  46. "last 1 firefox version",
  47. "last 1 safari version"
  48. ]
  49. },
  50. "devDependencies": {
  51. "babel": "^6.23.0",
  52. "babel-cli": "^6.26.0",
  53. "babel-preset-env": "^1.7.0",
  54. "babel-preset-react": "^6.24.1",
  55. "react-hot-loader": "^4.13.0",
  56. "webpack": "^4.44.2",
  57. "webpack-cli": "^4.7.2"
  58. }
  59. }