mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 10:18:14 +00:00
19 lines
340 B
JSON
19 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"
|
||
|
|
}
|
||
|
|
}
|