Rust backend: SQLite (WAL mode, 8 tables), vault encryption (Argon2id + AES-256-GCM), settings/connections/credentials services, 19 Tauri command wrappers. 46/46 tests passing. Vue 3 frontend: unlock/create vault flow, Pinia app store, Tailwind CSS v4 dark theme with Wraith branding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "wraith-v2",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.0",
|
|
"pinia": "^3.0.0",
|
|
"@tauri-apps/api": "^2.0.0",
|
|
"@tauri-apps/plugin-shell": "^2.0.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-search": "^0.16.0",
|
|
"@xterm/addon-web-links": "^0.12.0",
|
|
"@codemirror/view": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/commands": "^6.0.0",
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/lang-javascript": "^6.0.0",
|
|
"@codemirror/lang-json": "^6.0.0",
|
|
"@codemirror/lang-python": "^6.0.0",
|
|
"@codemirror/lang-markdown": "^6.0.0",
|
|
"@codemirror/autocomplete": "^6.0.0",
|
|
"@codemirror/theme-one-dark": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"vue-tsc": "^2.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"@tailwindcss/vite": "^4.0.0"
|
|
}
|
|
}
|