{ "name": "@hmwebviewer/viewer-3d", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "build:subpath:e2e": "vite build --base=/viewer-3d/ --outDir=dist-subpath", "preview": "vite preview", "preview:subpath:e2e": "vite preview --base=/viewer-3d/ --outDir=dist-subpath --host 127.0.0.1 --port 43174 --strictPort", "serve:subpath:e2e": "npm run build:subpath:e2e && npm run preview:subpath:e2e", "typecheck": "tsc --noEmit", "stage:decoders": "node tools/copy-decoders.mjs" }, "dependencies": { "three": "0.185.1", "web-ifc": "0.0.77" }, "devDependencies": { "puppeteer-core": "^25.1.0" } }