mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-26 23:51:02 +02:00
Version bumps across all 9 manifests (incl. the mcpb manifest stale at 2.2.0 since v2.2.1) + Cargo.lock + rebuilt embedded dashboard. Full changelog for the 42 audit fixes (#139/#140/#141), the consolidation opt-out (#142, thanks @Vrakoss), the WebGPU Cognitive Observatory, and the zero-knowledge cloud-sync client. Gates: cargo test 1580/0, clippy clean, svelte-check 937/0/0, build green. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
32 lines
819 B
JSON
32 lines
819 B
JSON
{
|
|
"name": "@vestige/dashboard",
|
|
"version": "2.3.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.172.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@sveltejs/adapter-static": "^3.0.0",
|
|
"@sveltejs/kit": "^2.20.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/three": "^0.172.0",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|