mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 02:08:13 +00:00
Bundle OBCF (components-front) alongside OBC so Highlighter is sourced from the correct package. Update click handler to use item.getGuid() — GlobalId is no longer in the attributes map in fragments 3.4.x. Fix populateMetaPanel crash (ClassificationGroupData now wraps ids in a .map property, not a plain object). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
459 B
JSON
21 lines
459 B
JSON
{
|
|
"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/components-front": "^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"
|
|
}
|
|
}
|