mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 02:08:13 +00:00
Replace importmap pointing at esm.sh/unpkg with locally-bundled files built from pinned npm packages (package.json + lockfile). Run `cd forgejo && npm install && npm run build` to regenerate after a version bump. Tracked in ifcurl-dkz: fast-xml-parser CVEs in @thatopen/components 3.3.1 should be addressed in a follow-up upgrade. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"name": "ifcurl-viewer",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
},
|
|
"dependencies": {
|
|
"@thatopen/components": "3.3.1",
|
|
"@thatopen/fragments": "3.3.1",
|
|
"jszip": "3.10.1",
|
|
"three": "0.177.0",
|
|
"web-ifc": "0.0.75"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0"
|
|
}
|
|
}
|