{ "name": "tonghua-platfrom", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^5.5.2", "@tencentcloud/call-uikit-react": "^3.3.9", "antd": "^5.23.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.1.3" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "unocss": "^65.4.2", "vite": "^6.0.5" } }