package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "loadash": "^1.0.0",
  15. "react": "^17.0.2",
  16. "react-dom": "^17.0.2",
  17. "react-redux": "^7.2.4",
  18. "react-router": "^5.2.0",
  19. "react-router-dom": "^5.2.0",
  20. "react-scripts": "4.0.3",
  21. "redux": "^4.1.0",
  22. "redux-actions": "^2.6.5",
  23. "web-vitals": "^1.1.2"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. },
  49. "devDependencies": {
  50. "babel": "^6.23.0",
  51. "babel-cli": "^6.26.0",
  52. "babel-loader": "^8.2.2",
  53. "babel-preset-env": "^1.7.0",
  54. "babel-preset-react": "^6.24.1",
  55. "react-hot-loader": "^4.13.0",
  56. "webpack": "^5.40.0"
  57. }
  58. }