Files
park-desktop/package.json
T
Pine 28e233520b feat: 园区大屏前端(React+Vite+Tailwind+three.js+MQTT)
- 路由:数据大屏/数字孪生/AI/媒体轮播/语音/企业墙
- 多园区通用,园区账号登录显示本园区
2026-08-23 22:34:45 +08:00

35 lines
838 B
JSON

{
"name": "dpm",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"build:win": "scripts\\build-win.cmd"
},
"dependencies": {
"@appica/icons-react": "^1.0.0",
"@appica/ui-react": "^1.1.0",
"@react-three/drei": "^10.7.8",
"@react-three/fiber": "^9.7.0",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-opener": "^2",
"mqtt": "^5.15.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.15.0",
"tailwindcss": "^4.3.3",
"three": "^0.185.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^4.6.0",
"vite": "^7.0.4"
}
}