{ "name": "chat-admin-web", "version": "1.0.0", "private": true, "description": "AI问答-管理端", "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": { "antd": "^5.23.0", "axios": "^1.7.0", "dayjs": "^1.11.0", "mobx": "^6.13.0", "mobx-react": "^9.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^7.1.0" }, "devDependencies": { "@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.1.0" } }