2026-04-25 18:24:50 +01:00
|
|
|
{
|
|
|
|
|
"name": "ifcurl-viewer",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-04-27 20:24:58 +01:00
|
|
|
"build": "node build.js",
|
|
|
|
|
"test": "node --test tests/*.test.js"
|
2026-04-25 18:24:50 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-25 18:59:02 +01:00
|
|
|
"@thatopen/components": "3.4.2",
|
2026-04-28 00:01:19 +01:00
|
|
|
"@thatopen/components-front": "^3.4.2",
|
2026-04-25 18:59:02 +01:00
|
|
|
"@thatopen/fragments": "3.4.3",
|
|
|
|
|
"camera-controls": "3.1.2",
|
2026-04-25 18:24:50 +01:00
|
|
|
"jszip": "3.10.1",
|
2026-04-25 18:59:02 +01:00
|
|
|
"three": "0.184.0",
|
|
|
|
|
"web-ifc": "0.0.77"
|
2026-04-25 18:24:50 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"esbuild": "^0.25.0"
|
|
|
|
|
}
|
|
|
|
|
}
|