feat: Add AreaCalculator and CoordinateConverter components, introducing @turf/turf, gcoord, and lucide-vue-next dependencies.

This commit is contained in:
2026-01-29 17:28:28 +08:00
parent 5ee9aef865
commit 8e21bd9562
4 changed files with 2662 additions and 148 deletions

View File

@@ -9,6 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"@turf/turf": "^7.3.3",
"gcoord": "^1.0.7",
"lucide-vue-next": "^0.563.0",
"vue": "^3.5.24",
"vue-router": "^4.6.4"
},