-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "collider-forge",
"version": "0.1.0",
"description": "Visual tool to author and export collision meshes from any three.js-loadable geometry",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@gltf-transform/core": "^4.4.0",
"@gltf-transform/extensions": "^4.4.0",
"@gltf-transform/functions": "^4.4.0",
"3d-tiles-renderer": "^0.4.28",
"draco3dgltf": "^1.5.7",
"three": "^0.184.0"
},
"devDependencies": {
"@types/node": "^25.9.3",
"@types/three": "^0.184.0",
"typescript": "^5.6.0",
"vite": "^7.3.0"
},
"overrides": {
"esbuild": "^0.28.1"
}
}