32 lines
846 B
JSON
32 lines
846 B
JSON
{
|
|
"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 -p tsconfig.build.json && vite build",
|
|
"preview": "vite preview --port 3001",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "echo 'no linter yet'",
|
|
"test": "echo 'no tests yet'"
|
|
},
|
|
"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"
|
|
}
|
|
}
|