This commit is contained in:
sfokin 2024-06-17 12:41:25 +03:00
parent f07ce8e22a
commit ecb022af10
9 changed files with 951 additions and 46 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
gulpfile.js Normal file → Executable file
View File

0
index.html Normal file → Executable file
View File

992
package-lock.json generated Normal file → Executable file

File diff suppressed because it is too large Load Diff

5
package.json Normal file → Executable file
View File

@ -4,12 +4,15 @@
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -c-1 -p 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"gulp-run-command": "^0.0.10",
"http-server": "^14.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},

0
src/index.js Normal file → Executable file
View File

0
src/kepplerObject.js Normal file → Executable file
View File

0
src/utils.js Normal file → Executable file
View File

0
src/vector.js Normal file → Executable file
View File