{ "name": "web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^6.3.2", "@ant-design/pro-components": "^2.8.10", "antd": "^5.29.3", "axios": "^1.18.1", "dayjs": "^1.11.21", "echarts": "^6.1.0", "echarts-for-react": "^3.0.6", "flv.js": "^1.6.2", "hls.js": "^1.6.16", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "^7.18.1" }, "devDependencies": { "@types/node": "^24.13.2", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react": "^6.0.3", "oxlint": "^1.71.0", "typescript": "~6.0.2", "vite": "^8.1.1" } }