package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "chat-admin-web",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "盈科开放平台",
  6. "type": "module",
  7. "license": "ISC",
  8. "scripts": {
  9. "start": "vite --mode development",
  10. "start:demo": "vite --mode development",
  11. "start:prod": "vite --mode production",
  12. "build": "vite build --mode development",
  13. "build:demo": "vite build --mode development",
  14. "build:prod": "vite build --mode production"
  15. },
  16. "dependencies": {
  17. "@ant-design/x": "^1.6.0",
  18. "@antv/g2plot": "^2.4.35",
  19. "@fortaine/fetch-event-source": "^3.0.6",
  20. "@fortawesome/fontawesome-free": "^7.1.0",
  21. "@hello-pangea/dnd": "^18.0.1",
  22. "@tailwindcss/vite": "^4.1.17",
  23. "@types/crypto-js": "^4.2.2",
  24. "antd": "^5.23.0",
  25. "antd-style": "^3.7.1",
  26. "axios": "^1.13.5",
  27. "crypto-js": "^4.2.0",
  28. "dayjs": "^1.11.0",
  29. "jsencrypt": "^3.5.4",
  30. "katex": "^0.16.45",
  31. "lucide-react": "^1.7.0",
  32. "mammoth": "^1.11.0",
  33. "markdown-it": "^14.1.0",
  34. "mermaid": "^11.14.0",
  35. "nanoid": "^5.1.6",
  36. "pdfjs-dist": "^5.4.296",
  37. "react": "^18.2.0",
  38. "react-dom": "^18.2.0",
  39. "react-markdown": "^10.1.0",
  40. "react-markdown-editor-lite": "^1.3.4",
  41. "react-pdf": "^10.2.0",
  42. "react-quill": "^2.0.0",
  43. "react-router-dom": "^7.1.0",
  44. "rehype-highlight": "^7.0.2",
  45. "rehype-katex": "^7.0.1",
  46. "remark-breaks": "^4.0.0",
  47. "remark-gfm": "^4.0.1",
  48. "remark-math": "^6.0.0",
  49. "tailwindcss": "^4.1.17",
  50. "use-debounce": "^10.1.1",
  51. "zustand": "^5.0.12"
  52. },
  53. "devDependencies": {
  54. "@types/markdown-it": "^14.1.2",
  55. "@types/node": "^22.0.0",
  56. "@types/react": "^18.2.0",
  57. "@types/react-dom": "^18.2.0",
  58. "@vitejs/plugin-react": "^4.3.0",
  59. "autoprefixer": "^10.4.21",
  60. "less": "^4.2.0",
  61. "sass": "^1.98.0",
  62. "typescript": "^5.7.0",
  63. "vite": "^7.1.11"
  64. }
  65. }