ruvector/examples/decompiler-dashboard/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

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"
}
}