Add three.js weather aura layer to dashboard map

This commit is contained in:
2569718930@qq.com
2026-03-27 23:09:08 +08:00
parent 7237278f5a
commit e32cfd8015
7 changed files with 505 additions and 4 deletions
+3 -1
View File
@@ -24,13 +24,15 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"tailwind-merge": "^3.3.0"
"tailwind-merge": "^3.3.0",
"three": "^0.183.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.20",
"@types/node": "^22.15.21",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/three": "^0.183.1",
"@types/trusted-types": "^2.0.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.3",