package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "prims-web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "scripts": {
  6. "bootstrap": "npm install --legacy-peer-deps",
  7. "dev": "vite",
  8. "build": "vite build",
  9. "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@ant-design/charts": "^2.2.1",
  14. "@ant-design/icons": "^5.3.7",
  15. "@ant-design/pro-chat": "^1.15.0",
  16. "@ant-design/pro-components": "^2.7.10",
  17. "@reduxjs/toolkit": "^2.2.6",
  18. "@xyflow/react": "^12.0.3",
  19. "antd": "^5.21.1",
  20. "antd-style": "^3.6.2",
  21. "axios": "^1.7.2",
  22. "crypto-js": "^4.2.0",
  23. "decimal.js": "^10.4.3",
  24. "hoist-non-react-statics": "^3.3.2",
  25. "i18next": "^23.11.5",
  26. "i18next-browser-languagedetector": "^8.0.0",
  27. "invariant": "^2.2.4",
  28. "js-cookie": "^3.0.5",
  29. "lodash": "^4.17.21",
  30. "moment": "^2.30.1",
  31. "monaco-editor": "^0.44.0",
  32. "pinyin-pro": "^3.26.0",
  33. "rc-resize-observer": "^1.4.0",
  34. "rc-tween-one": "^3.0.6",
  35. "react": "^18.3.1",
  36. "react-copy-to-clipboard": "^5.1.0",
  37. "react-dom": "^18.3.1",
  38. "react-i18next": "^14.1.2",
  39. "react-monaco-editor": "^0.55.0",
  40. "react-redux": "^9.1.2",
  41. "react-router-dom": "^6.24.0",
  42. "styled-components": "^6.1.11"
  43. },
  44. "devDependencies": {
  45. "@types/react": "^18.3.3",
  46. "@types/react-dom": "^18.3.0",
  47. "@vitejs/plugin-react-swc": "^3.5.0",
  48. "cross-env": "^7.0.3",
  49. "eslint": "^8.57.0",
  50. "eslint-plugin-react": "^7.34.2",
  51. "eslint-plugin-react-hooks": "^4.6.2",
  52. "eslint-plugin-react-refresh": "^0.4.7",
  53. "less": "^4.2.0",
  54. "less-loader": "^12.2.0",
  55. "react-dev-inspector": "^2.0.1",
  56. "rollup-plugin-visualizer": "^5.12.0",
  57. "vite": "^5.3.1",
  58. "vite-plugin-compression": "^0.5.1",
  59. "vite-plugin-monaco-editor": "^1.1.0"
  60. }
  61. }