ifcurl/forgejo/package.json
Bruno Postle 4ef7987ad1 viewer: bundle JS deps locally — removes all CDN dependencies
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>
2026-04-25 18:24:50 +01:00

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