package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "fuse",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/icons": "^4.7.0",
  7. "@reduxjs/toolkit": "^1.8.3",
  8. "@testing-library/jest-dom": "^5.16.4",
  9. "@testing-library/react": "^13.3.0",
  10. "@testing-library/user-event": "^13.5.0",
  11. "@types/jest": "^27.5.2",
  12. "@types/lodash": "^4.14.182",
  13. "@types/node": "^16.11.45",
  14. "@types/react": "^18.0.15",
  15. "@types/react-dom": "^18.0.6",
  16. "antd": "^4.21.7",
  17. "axios": "^0.27.2",
  18. "craco-less": "^2.0.0",
  19. "lodash": "^4.17.21",
  20. "react": "^18.2.0",
  21. "react-dom": "^18.2.0",
  22. "react-redux": "^8.0.2",
  23. "react-router-dom": "^6.3.0",
  24. "react-scripts": "5.0.1",
  25. "redux": "^4.2.0",
  26. "sass": "^1.54.0",
  27. "typescript": "^4.7.4",
  28. "web-vitals": "^2.1.4"
  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": [
  38. "react-app",
  39. "react-app/jest"
  40. ]
  41. },
  42. "browserslist": {
  43. "production": [
  44. ">0.2%",
  45. "not dead",
  46. "not op_mini all"
  47. ],
  48. "development": [
  49. "last 1 chrome version",
  50. "last 1 firefox version",
  51. "last 1 safari version"
  52. ]
  53. }
  54. }