package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "canvas-nest.js": "^2.0.4",
  19. "classnames": "^2.3.1",
  20. "craco-less": "^2.0.0",
  21. "js-base64": "^3.7.2",
  22. "lodash": "^4.17.21",
  23. "mitt": "^3.0.0",
  24. "react": "^18.2.0",
  25. "react-dom": "^18.2.0",
  26. "react-redux": "^8.0.2",
  27. "react-router-dom": "^6.3.0",
  28. "react-scripts": "5.0.1",
  29. "redux": "^4.2.0",
  30. "sass": "^1.54.0",
  31. "typescript": "^4.7.4",
  32. "web-vitals": "^2.1.4"
  33. },
  34. "scripts": {
  35. "start": "react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject"
  39. },
  40. "eslintConfig": {
  41. "extends": [
  42. "react-app",
  43. "react-app/jest"
  44. ]
  45. },
  46. "browserslist": {
  47. "production": [
  48. ">0.2%",
  49. "not dead",
  50. "not op_mini all"
  51. ],
  52. "development": [
  53. "last 1 chrome version",
  54. "last 1 firefox version",
  55. "last 1 safari version"
  56. ]
  57. },
  58. "devDependencies": {
  59. "http-proxy-middleware": "^2.0.6"
  60. }
  61. }