You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
540 B
25 lines
540 B
{
|
|
"dependencies": {
|
|
"@dimforge/rapier3d": "^0.19.0",
|
|
"@dimforge/rapier3d-compat": "^0.19.0",
|
|
"express": "^5.1.0",
|
|
"socket.io": "^4.8.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"three": "^0.180.0"
|
|
},
|
|
"name": "webapp",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "vite"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/dat.gui": "^0.7.13",
|
|
"dat.gui": "^0.7.9"
|
|
}
|
|
}
|
|
|