Files
kite/frontend/package.json
T
curo1305 3ca57dcd0c fix(12-05): bump version to 0.2.1 and update docs for migration-gated startup
- backend/main.py, frontend/package.json: version 0.2.0 → 0.2.1
- CLAUDE.md, AGENTS.md: current state updated to reflect gap-closure
- README.md: startup instructions note migrate runs automatically; update migration commands
- RUNBOOK.md: startup diagram includes migrate service; migration gate explanation
- SECURITY.md: Phase 12 gap-closure threat register and security gate evidence
2026-06-20 10:49:21 +02:00

39 lines
909 B
JSON

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