package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "高校大模型门户",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --mode development",
  8. "dev:local": "vite --mode development",
  9. "dev:prod": "vite --mode production",
  10. "build": "vite build --mode production",
  11. "build:dev": "vite build --mode development",
  12. "preview": "vite preview",
  13. "fetch:agreement": "node scripts/fetch_user_agreement.js",
  14. "test": "vitest --run",
  15. "test:watch": "vitest"
  16. },
  17. "dependencies": {
  18. "@ant-design/icons": "^6.1.0",
  19. "@types/react-syntax-highlighter": "^15.5.13",
  20. "@types/spark-md5": "^3.0.5",
  21. "antd": "^6.2.1",
  22. "axios": "^1.13.3",
  23. "cookie": "^1.1.1",
  24. "crypto-js": "^4.2.0",
  25. "d3": "^7.9.0",
  26. "jsencrypt": "^3.3.2",
  27. "katex": "^0.16.28",
  28. "lucide-react": "^0.562.0",
  29. "markmap-lib": "^0.18.12",
  30. "markmap-view": "^0.18.12",
  31. "pinyin-pro": "^3.27.0",
  32. "react": "^19.2.3",
  33. "react-dom": "^19.2.3",
  34. "react-markdown": "^10.1.0",
  35. "react-router-dom": "^7.1.3",
  36. "react-syntax-highlighter": "^16.1.0",
  37. "rehype-katex": "^7.0.1",
  38. "remark-gfm": "^4.0.1",
  39. "remark-math": "^6.0.0",
  40. "spark-md5": "^3.0.2",
  41. "xlsx": "^0.18.5",
  42. "zustand": "^5.0.9"
  43. },
  44. "devDependencies": {
  45. "@testing-library/jest-dom": "^6.9.1",
  46. "@testing-library/react": "^16.3.1",
  47. "@types/node": "^22.14.0",
  48. "@types/react": "^19.2.7",
  49. "@types/react-dom": "^19.2.3",
  50. "@vitejs/plugin-react": "^5.0.0",
  51. "autoprefixer": "^10.4.23",
  52. "fast-check": "^4.5.2",
  53. "jsdom": "^27.4.0",
  54. "postcss": "^8.5.6",
  55. "tailwindcss": "^3.4.19",
  56. "typescript": "~5.8.2",
  57. "vite": "^6.2.0",
  58. "vitest": "^4.0.16"
  59. }
  60. }