first commit

This commit is contained in:
2024-03-19 10:08:19 +01:00
commit ec4eaf3869
6 changed files with 675 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "me",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"three": "^0.162.0"
},
"devDependencies": {
"prettier": "^3.2.5",
"vite": "^5.1.6"
}
}