- CLAUDE.md/AGENTS.md: update current-state line to v0.4.0 Phase 14 complete; add Phase 14 shared module map entries (cloud_cache, cloud_analysis, cloud_analysis_processing, cloud_analysis_tasks, analysis router, cache API); add Phase 14 non-negotiable rules (hydrate_and_cache_bytes single entry point, IDs-only broker payload, object_key/credentials_enc excluded at schema level) - README.md: bump to v0.4.0; add Selective cloud analysis and Cloud byte cache features; add Analysis API table (Phase 14 endpoints) - SECURITY.md: add Phase 14 threat register (T-14-01..T-14-15) with evidence, security gate results, and accepted risks - backend/main.py: bump FastAPI version to 0.4.0 - frontend/package.json: bump version to 0.4.0 - ROADMAP.md: mark Phase 14 complete (9/9 plans), plan 14-09 checked off - 14-VALIDATION.md: gate evidence, requirement coverage, acceptance criteria check - 14-SECURITY.md: security evidence summary and gate checklist Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
909 B
JSON
39 lines
909 B
JSON
{
|
|
"name": "document-scanner-frontend",
|
|
"version": "0.4.0",
|
|
"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
|
|
}
|
|
}
|