mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 10:18:14 +00:00
three 0.177→0.184, web-ifc 0.0.75→0.0.77, @thatopen/components 3.3.1→3.4.2, @thatopen/fragments 3.3.1→3.4.3, + new camera-controls 3.1.2 peer dep. Reduces fast-xml-parser findings from 2 critical to 1 high + 1 low; remaining issues are upstream in @thatopen >= 3.3.3 with no fix released yet. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "ifcurl-viewer",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.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"
|
|
}
|
|
}
|