Normalized cloud frontend for DocuVault v0.2.5: - Cloud UI classifies items by kind=folder/file (is_dir removed from all active paths) - Folder navigation uses provider_item_id (opaque provider ref) — DocuVault id kept for row identity - Server freshness (refresh_state, last_refreshed_at) mapped verbatim — no browser-clock evidence - Breadcrumb lineage built from explicit visited nodes — never split(provider_item_id) - CloudFolderTreeItem: expandable/icon/navigate/loadChildren all use kind and provider_item_id - Version bump 0.2.4 → 0.2.5 - SECURITY.md: T-12.1-11 through T-12.1-15 closed - 369 tests pass, npm audit clean, production build clean
39 lines
909 B
JSON
39 lines
909 B
JSON
{
|
|
"name": "document-scanner-frontend",
|
|
"version": "0.2.5",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@vueuse/core": "^14.3.0",
|
|
"@vueuse/integrations": "^14.3.0",
|
|
"pinia": "^2.1.0",
|
|
"qrcode": "^1.5.4",
|
|
"sortablejs": "^1.15.7",
|
|
"vue": "^3.5.38",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sortablejs": "^1.15.9",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"@vue/test-utils": "^2.4.10",
|
|
"autoprefixer": "^10.4.0",
|
|
"happy-dom": "^20.9.0",
|
|
"postcss": "^8.4.0",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"tailwindcss": "^3.4.0",
|
|
"vite": "^8.0.16",
|
|
"vitest": "^4.1.7"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild@0.25.12": true,
|
|
"vue-demi@0.14.10": true,
|
|
"fsevents@2.3.3": true
|
|
}
|
|
}
|