package.json 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "myproject",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/icons": "^4.2.1",
  7. "@testing-library/jest-dom": "^4.2.4",
  8. "@testing-library/react": "^9.5.0",
  9. "@testing-library/user-event": "^7.2.1",
  10. "jwt-decode": "^2.2.0",
  11. "react": "^16.13.1",
  12. "react-dom": "^16.13.1",
  13. "react-redux": "^7.2.0",
  14. "react-router-dom": "^5.2.0",
  15. "react-scripts": "3.4.1",
  16. "redux": "^4.0.5",
  17. "redux-thunk": "^2.3.0",
  18. "reset-css": "^5.0.1"
  19. },
  20. "scripts": {
  21. "start": "react-scripts start",
  22. "build": "react-scripts build",
  23. "test": "react-scripts test",
  24. "eject": "react-scripts eject"
  25. },
  26. "eslintConfig": {
  27. "extends": "react-app"
  28. },
  29. "browserslist": {
  30. "production": [
  31. ">0.2%",
  32. "not dead",
  33. "not op_mini all"
  34. ],
  35. "development": [
  36. "last 1 chrome version",
  37. "last 1 firefox version",
  38. "last 1 safari version"
  39. ]
  40. },
  41. "proxy": "http://localhost:3330"
  42. }