创建场景

This commit is contained in:
Last
2025-05-06 13:58:02 +08:00
parent f19079ef0c
commit 025403b3d0
4 changed files with 96 additions and 132 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "farm",
"version": "1.0.0",
"description": "农场",
"main": "index.js",
"scripts": {
"dev": "vite"
},
"repository": {
"type": "git",
"url": "git@git.satori.love:LaniakeaSupercluster/farm.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"vite": "^6.3.5"
},
"dependencies": {
"three": "^0.176.0"
}
}