2026-04-17 17:20:41 +08:00
|
|
|
{
|
|
|
|
|
"name": "react-example",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --port=3000 --host=0.0.0.0",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"clean": "rm -rf dist",
|
|
|
|
|
"lint": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-28 11:01:54 +08:00
|
|
|
"@ant-design/charts": "^2.6.7",
|
2026-04-29 14:26:01 +08:00
|
|
|
"@ant-design/icons": "^6.2.2",
|
2026-05-11 13:15:28 +08:00
|
|
|
"@ant-design/plots": "^2.6.8",
|
2026-04-21 10:33:48 +08:00
|
|
|
"@reduxjs/toolkit": "^2.11.2",
|
2026-04-17 17:20:41 +08:00
|
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
|
|
|
"@vitejs/plugin-react": "^5.0.4",
|
2026-05-11 14:59:36 +08:00
|
|
|
"@volcengine/rtc": "^4.66.37",
|
2026-05-12 11:11:30 +08:00
|
|
|
"agora-rtc-sdk-ng": "^4.24.3",
|
2026-04-17 17:20:41 +08:00
|
|
|
"antd": "^5.24.1",
|
2026-04-21 08:51:57 +08:00
|
|
|
"axios": "^1.15.1",
|
2026-05-12 08:34:13 +08:00
|
|
|
"cesium": "^1.140.0",
|
2026-04-17 17:20:41 +08:00
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"dotenv": "^17.2.3",
|
2026-05-07 14:13:26 +08:00
|
|
|
"echarts": "^6.0.0",
|
2026-04-17 17:20:41 +08:00
|
|
|
"express": "^4.21.2",
|
2026-04-21 10:13:31 +08:00
|
|
|
"js-cookie": "^3.0.5",
|
2026-04-17 17:20:41 +08:00
|
|
|
"lucide-react": "^0.546.0",
|
|
|
|
|
"motion": "^12.23.24",
|
2026-04-21 14:57:52 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2026-04-21 08:51:57 +08:00
|
|
|
"qrcode": "^1.5.4",
|
2026-04-17 17:20:41 +08:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2026-05-09 16:44:39 +08:00
|
|
|
"react-draggable": "^4.5.0",
|
2026-04-21 10:33:48 +08:00
|
|
|
"react-redux": "^9.2.0",
|
2026-04-17 17:20:41 +08:00
|
|
|
"react-router-dom": "^7.14.1",
|
|
|
|
|
"recharts": "^3.8.1",
|
|
|
|
|
"tailwind-merge": "^3.5.0",
|
2026-04-24 16:18:24 +08:00
|
|
|
"vite": "^6.2.0",
|
2026-05-12 08:34:13 +08:00
|
|
|
"vite-plugin-cesium": "^1.2.23",
|
2026-04-24 16:18:24 +08:00
|
|
|
"vite-plugin-static-copy": "^3.4.0"
|
2026-04-17 17:20:41 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/express": "^4.17.21",
|
|
|
|
|
"@types/node": "^22.14.0",
|
|
|
|
|
"autoprefixer": "^10.4.21",
|
|
|
|
|
"tailwindcss": "^4.1.14",
|
|
|
|
|
"tsx": "^4.21.0",
|
|
|
|
|
"typescript": "~5.8.2",
|
|
|
|
|
"vite": "^6.2.0"
|
|
|
|
|
}
|
|
|
|
|
}
|