59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"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": {
|
|
"@ant-design/charts": "^2.6.7",
|
|
"@ant-design/icons": "^6.2.2",
|
|
"@ant-design/plots": "^2.6.8",
|
|
"@reduxjs/toolkit": "^2.11.2",
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"@volcengine/rtc": "^4.66.37",
|
|
"agora-rtc-sdk-ng": "^4.24.3",
|
|
"antd": "^5.24.1",
|
|
"axios": "^1.15.1",
|
|
"cesium": "^1.140.0",
|
|
"clsx": "^2.1.1",
|
|
"country-state-city": "^3.2.1",
|
|
"dotenv": "^17.2.3",
|
|
"echarts": "^6.0.0",
|
|
"express": "^4.21.2",
|
|
"js-cookie": "^3.0.5",
|
|
"lodash": "^4.18.1",
|
|
"lucide-react": "^0.546.0",
|
|
"motion": "^12.23.24",
|
|
"mqtt": "^5.15.1",
|
|
"nprogress": "^0.2.0",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-draggable": "^4.5.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.14.1",
|
|
"recharts": "^3.8.1",
|
|
"socket.io-client": "^4.8.3",
|
|
"tailwind-merge": "^3.5.0",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-cesium": "^1.2.23",
|
|
"vite-plugin-static-copy": "^3.4.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|