mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-08-06 15:23:48 +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.
32 lines
782 B
JSON
32 lines
782 B
JSON
{
|
|
"name": "decompiler-dashboard",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"prebuild:data": "node scripts/copy-research-data.mjs"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.2",
|
|
"highlight.js": "^11.10.0",
|
|
"js-beautify": "^1.15.1",
|
|
"jszip": "^3.10.1",
|
|
"diff": "^8.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/diff": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.16",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^6.4.3"
|
|
}
|
|
}
|