ifcurl/forgejo/package.json

21 lines
415 B
JSON
Raw Normal View History

{
"name": "ifcurl-viewer",
"private": true,
"type": "module",
"scripts": {
"build": "node build.js",
"test": "node --test tests/*.test.js"
},
"dependencies": {
"@thatopen/components": "3.4.2",
"@thatopen/fragments": "3.4.3",
"camera-controls": "3.1.2",
"jszip": "3.10.1",
"three": "0.184.0",
"web-ifc": "0.0.77"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}