mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-08-26 17:12:17 +00:00
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.
31 lines
931 B
JSON
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"
|
|
}
|
|
}
|