package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "blog",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://localhost:8086",
  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. "yarn": "^1.22.19"
  29. },
  30. "scripts": {
  31. "start": "react-scripts start",
  32. "build": "react-scripts build",
  33. "test": "react-scripts test",
  34. "eject": "react-scripts eject"
  35. },
  36. "eslintConfig": {
  37. "extends": "react-app"
  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. }