{ "name": "@kerbal-rt/live-map", "version": "0.1.0", "private": true, "type": "module", "description": "3D real-time solar system viewer", "scripts": { "dev": "vite --port 3001", "build": "tsc --noEmit && vite build", "preview": "vite preview --port 3001", "typecheck": "tsc --noEmit", "lint": "echo 'no linter yet'", "test": "vitest run" }, "dependencies": { "@kerbal-rt/shared-types": "workspace:*", "@kerbal-rt/orbital-math": "workspace:*", "@kerbal-rt/ui": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", "three": "^0.169.0" }, "devDependencies": { "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/three": "^0.169.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.6.2", "vite": "^5.4.6", "vitest": "^2.1.1" } }