mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
initial simulation working.
Asteroid data collected from Nasa Sentry data set. Gravity Attraction seems working ok. Simulation ends when asteroid hits earth. Started deflection method implementation. not done at all.
This commit is contained in:
@@ -10,8 +10,15 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.4",
|
||||
"@emotion/styled": "^11.11.5",
|
||||
"@mui/material": "^5.15.18",
|
||||
"axios": "^1.6.8",
|
||||
"konva": "^9.3.8",
|
||||
"nvm": "^0.0.4",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-konva": "^18.2.10",
|
||||
"react-router-dom": "^6.23.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -25,6 +32,6 @@
|
||||
"eslint-plugin-react-refresh": "^0.4.6",
|
||||
"postcss": "^8.4.38",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"vite": "^5.2.0"
|
||||
"vite": "^5.2.11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user