package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "fuse",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@amap/amap-jsapi-loader": "^1.0.1",
  7. "@ant-design/icons": "^4.7.0",
  8. "@craco/craco": "^6.4.5",
  9. "@reduxjs/toolkit": "^1.8.3",
  10. "@testing-library/jest-dom": "^5.16.4",
  11. "@testing-library/react": "^13.3.0",
  12. "@testing-library/user-event": "^13.5.0",
  13. "@types/dom-to-image": "^2.6.4",
  14. "@types/jest": "^27.5.2",
  15. "@types/lodash": "^4.14.182",
  16. "@types/node": "^16.11.45",
  17. "@types/react": "^18.0.15",
  18. "@types/react-dom": "^18.0.6",
  19. "@types/react-grid-layout": "^1.3.2",
  20. "antd": "^4.21.7",
  21. "axios": "^0.27.2",
  22. "canvas-nest.js": "^2.0.4",
  23. "classnames": "^2.3.1",
  24. "craco-less": "^2.0.0",
  25. "dom-to-image": "^2.6.0",
  26. "icons": "link:@types/@ant-design/icons",
  27. "js-base64": "^3.7.2",
  28. "lodash": "^4.17.21",
  29. "minimist": "^1.2.6",
  30. "mitt": "^3.0.0",
  31. "react": "^18.2.0",
  32. "react-dom": "^18.2.0",
  33. "react-edit-table": "0.1.1-experimental.4",
  34. "react-grid-layout": "^1.3.4",
  35. "react-input-color": "^4.0.1",
  36. "react-redux": "^8.0.2",
  37. "react-router-dom": "^6.3.0",
  38. "react-scripts": "5.0.1",
  39. "react-sortable-hoc": "^2.0.0",
  40. "redux": "^4.2.0",
  41. "sass": "^1.54.0",
  42. "typescript": "^4.7.4",
  43. "web-vitals": "^2.1.4"
  44. },
  45. "scripts": {
  46. "start": "craco start --env dev",
  47. "start-prod": "craco start --env prod",
  48. "build": "craco build",
  49. "test": "craco test",
  50. "eject": "craco eject"
  51. },
  52. "eslintConfig": {
  53. "extends": "react-app",
  54. "rules": {
  55. "no-undef": "off",
  56. "default-case": "off",
  57. "no-useless-constructor": "off",
  58. "no-mixed-operators": "off",
  59. "no-unreachable": "off",
  60. "getter-return": "off",
  61. "eqeqeq": "off",
  62. "no-restricted-globals": "off",
  63. "no-unused-vars": "off"
  64. }
  65. },
  66. "browserslist": {
  67. "production": [
  68. ">0.2%",
  69. "not dead",
  70. "not op_mini all"
  71. ],
  72. "development": [
  73. "last 1 chrome version",
  74. "last 1 firefox version",
  75. "last 1 safari version"
  76. ]
  77. },
  78. "devDependencies": {
  79. "http-proxy-middleware": "^2.0.6"
  80. }
  81. }