package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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:prod": "vite --mode production",
  11. "build": "vite build --mode development",
  12. "build:prod": "vite build --mode production"
  13. },
  14. "dependencies": {
  15. "@ant-design/x": "^1.6.0",
  16. "@antv/g2plot": "^2.4.35",
  17. "@fortaine/fetch-event-source": "^3.0.6",
  18. "@fortawesome/fontawesome-free": "^7.1.0",
  19. "@tailwindcss/vite": "^4.1.17",
  20. "@types/crypto-js": "^4.2.2",
  21. "antd": "^5.23.0",
  22. "antd-style": "^3.7.1",
  23. "axios": "1.8.2",
  24. "crypto-js": "^4.2.0",
  25. "dayjs": "^1.11.0",
  26. "jsencrypt": "^3.5.4",
  27. "mammoth": "^1.11.0",
  28. "markdown-it": "^14.1.0",
  29. "mobx": "^6.13.0",
  30. "mobx-react": "^9.2.0",
  31. "nanoid": "^5.1.6",
  32. "pdfjs-dist": "^5.4.296",
  33. "react": "^18.2.0",
  34. "react-dom": "^18.2.0",
  35. "react-markdown": "^10.1.0",
  36. "react-markdown-editor-lite": "^1.3.4",
  37. "react-pdf": "^10.2.0",
  38. "react-quill": "^2.0.0",
  39. "react-router-dom": "^7.1.0",
  40. "tailwindcss": "^4.1.17"
  41. },
  42. "devDependencies": {
  43. "@types/markdown-it": "^14.1.2",
  44. "@types/node": "^22.0.0",
  45. "@types/react": "^18.2.0",
  46. "@types/react-dom": "^18.2.0",
  47. "@vitejs/plugin-react": "^4.3.0",
  48. "autoprefixer": "^10.4.21",
  49. "less": "^4.2.0",
  50. "typescript": "^5.7.0",
  51. "vite": "6.3.4"
  52. }
  53. }