| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "高校大模型门户",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --mode development",
- "dev:local": "vite --mode development",
- "dev:prod": "vite --mode production",
- "build": "vite build --mode production",
- "build:dev": "vite build --mode development",
- "preview": "vite preview",
- "fetch:agreement": "node scripts/fetch_user_agreement.js",
- "test": "vitest --run",
- "test:watch": "vitest"
- },
- "dependencies": {
- "@ant-design/icons": "^6.1.0",
- "@types/react-syntax-highlighter": "^15.5.13",
- "@types/spark-md5": "^3.0.5",
- "antd": "^6.2.1",
- "axios": "^1.13.3",
- "cookie": "^1.1.1",
- "crypto-js": "^4.2.0",
- "d3": "^7.9.0",
- "jsencrypt": "^3.3.2",
- "katex": "^0.16.28",
- "lucide-react": "^0.562.0",
- "markmap-lib": "^0.18.12",
- "markmap-view": "^0.18.12",
- "pinyin-pro": "^3.27.0",
- "react": "^19.2.3",
- "react-dom": "^19.2.3",
- "react-markdown": "^10.1.0",
- "react-router-dom": "^7.1.3",
- "react-syntax-highlighter": "^16.1.0",
- "rehype-katex": "^7.0.1",
- "remark-gfm": "^4.0.1",
- "remark-math": "^6.0.0",
- "spark-md5": "^3.0.2",
- "xlsx": "^0.18.5",
- "zustand": "^5.0.9"
- },
- "devDependencies": {
- "@testing-library/jest-dom": "^6.9.1",
- "@testing-library/react": "^16.3.1",
- "@types/node": "^22.14.0",
- "@types/react": "^19.2.7",
- "@types/react-dom": "^19.2.3",
- "@vitejs/plugin-react": "^5.0.0",
- "autoprefixer": "^10.4.23",
- "fast-check": "^4.5.2",
- "jsdom": "^27.4.0",
- "postcss": "^8.5.6",
- "tailwindcss": "^3.4.19",
- "typescript": "~5.8.2",
- "vite": "^6.2.0",
- "vitest": "^4.0.16"
- }
- }
|