{ "name": "chat-admin-web", "version": "1.0.0", "private": true, "description": "开放平台", "type": "module", "license": "ISC", "scripts": { "start": "vite --mode development", "start:prod": "vite --mode production", "build": "vite build --mode development", "build:prod": "vite build --mode production" }, "dependencies": { "@ant-design/x": "^1.6.0", "antd": "^5.23.0", "antd-style": "^3.7.1", "axios": "1.8.2", "dayjs": "^1.11.0", "markdown-it": "^14.1.0", "mobx": "^6.13.0", "mobx-react": "^9.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^10.1.0", "react-markdown-editor-lite": "^1.3.4", "react-quill": "^2.0.0", "react-router-dom": "^7.1.0", "rehype-raw": "^7.0.0", "tailwindcss": "^4.1.17", "@fortaine/fetch-event-source": "^3.0.6", "@fortawesome/fontawesome-free": "^7.1.0", "@tailwindcss/vite": "^4.1.17" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "@types/node": "^22.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.3.0", "less": "^4.2.0", "typescript": "^5.7.0", "vite": "6.3.4" }, "packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808" }