package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "blog",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "https://www.nosum.cn/",
  6. "dependencies": {
  7. "@testing-library/jest-dom": "^4.2.4",
  8. "@testing-library/react": "^9.3.2",
  9. "@testing-library/user-event": "^7.1.2",
  10. "antd": "^3.26.2",
  11. "aplayer": "^1.10.1",
  12. "axios": "^0.19.0",
  13. "highlight.js": "^9.17.1",
  14. "immutable": "^4.0.0-rc.12",
  15. "js-cookie": "^2.2.1",
  16. "lodash": "^4.17.20",
  17. "marked": "^0.8.0",
  18. "react": "^16.12.0",
  19. "react-dom": "^16.12.0",
  20. "react-redux": "^7.1.3",
  21. "react-router": "^5.1.2",
  22. "react-router-dom": "^5.1.2",
  23. "react-scripts": "3.4.0",
  24. "redux": "^4.0.4",
  25. "redux-immutable": "^4.0.0",
  26. "redux-thunk": "^2.3.0",
  27. "styled-components": "^4.4.1"
  28. },
  29. "scripts": {
  30. "start": "react-scripts start",
  31. "build": "react-scripts build",
  32. "test": "react-scripts test",
  33. "eject": "react-scripts eject"
  34. },
  35. "eslintConfig": {
  36. "extends": "react-app"
  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. }