adding initial structure with pipelines to build and vite config

This commit is contained in:
Sheldan
2024-03-10 19:03:47 +01:00
parent 66ef3d11ac
commit 42a4c1af62
9 changed files with 1908 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "orbits",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sheldan",
"license": "MIT",
"dependencies": {
"three": "^0.162.0"
},
"devDependencies": {
"vite": "^5.1.5"
}
}