mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-08-02 13:03:56 +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.
19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"name": "ruvector-wasm-react-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"vite": "^6.4.3"
|
|
}
|
|
}
|