{ "name": "orphanages-globe", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview --port 4173 --host" }, "dependencies": { "globe.gl": "^2.27.2", "three": "^0.185.0" }, "devDependencies": { "vite": "^5.0.10" } }