package.json 1.4 KB

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