Files
kite/frontend/package.json
T
curo1305 70a543a8c1 fix(12.1): make cloud freshness authoritative — plan 02 documentation and version
- Version bump 0.2.3 → 0.2.4 (user-visible sync status corrected)
- CLAUDE.md: update current state; add apply_listing_and_finalize to module map; add no-independent-fresh rule
- README.md: bump version
- RUNBOOK.md: update freshness state docs; explain complete=True gate and last_refreshed_at behavior
- SECURITY.md: add T-12.1-06..10 threat closure evidence for Plan 02
2026-06-22 08:34:51 +02:00

39 lines
909 B
JSON

{
"name": "document-scanner-frontend",
"version": "0.2.4",
"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
}
}