ruvector/examples/sonic-ct/package.json
rUv 9208c363d3
fix(security): eliminate Rust and npm dependency advisories (#739)
Refresh all committed Rust locks, eliminate actionable RustSec findings, make the npm graph reproducible and audit-clean, retire vulnerable optional backends, harden RuVocal production dependencies, and repair the affected publishable packages.

Closes #736.
2026-07-28 00:07:41 -04:00

31 lines
931 B
JSON

{
"name": "metabiohacker",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "MetaBioHacker — React Three Fiber acoustic digital human workbench over the sonic_ct WebAssembly ultrasound CT engine.",
"scripts": {
"predev": "bash ../../scripts/build-sonic-ct-wasm.sh",
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5184",
"optimize": "node optimize.mjs",
"benchmark": "node benchmark.mjs",
"test": "node --test --experimental-strip-types test/"
},
"dependencies": {
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.169.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@metaharness/darwin": "^0.3.1",
"@vitejs/plugin-react": "^4.3.3",
"jpeg-js": "^0.4.4",
"vite": "^6.4.3"
}
}