package.json 1.5 KB

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