ifcurl/forgejo/package.json
Bruno Postle 950349941c forgejo: add @thatopen/components-front, fix click-to-identify and model overview
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>
2026-04-28 00:01:19 +01:00

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"
}
}