Files
web-Iot/package.json

64 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2026-04-17 17:20:41 +08:00
{
"name": "react-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2026-08-03 12:50:37 +08:00
"dev": "vite --port=3001 --host=0.0.0.0",
2026-04-17 17:20:41 +08:00
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist",
"lint": "tsc --noEmit"
},
"dependencies": {
"@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",
2026-05-15 10:03:33 +08:00
"country-state-city": "^3.2.1",
"docx": "^9.7.1",
2026-04-17 17:20:41 +08:00
"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-08-10 15:25:56 +08:00
"flv.js": "^1.6.2",
2026-08-12 11:29:44 +08:00
"i18next": "^26.3.6",
"i18next-browser-languagedetector": "^8.2.1",
2026-04-21 10:13:31 +08:00
"js-cookie": "^3.0.5",
2026-05-26 16:00:36 +08:00
"lodash": "^4.18.1",
2026-04-17 17:20:41 +08:00
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"mqtt": "^5.15.1",
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",
"react-draggable": "^4.6.0",
2026-08-12 11:29:44 +08:00
"react-i18next": "^17.0.11",
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",
2026-05-12 11:21:31 +08:00
"socket.io-client": "^4.8.3",
2026-04-17 17:20:41 +08:00
"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"
}
}