Files
Alpha/package.json
T
ricardo 1f39c4df7a Exportar informe DOCX + DashboardView simplificado a 4 tarjetas
- services/report-export.ts: generación de DOCX con docx (npm)
  incluye: estado general, épicas, tabla HUs, bloqueos, curva S, sesiones
- DashboardView: botón Exportar al lado del badge del proyecto
  stats simplificados a 4 tarjetas (combinada épicas/HUs/progreso, QA, sesiones, curva S)
- SCurveChart: modo compacto con área gradient fill estilo shadcn
- Notificación inline: soporte para tipo 'info' (azul)
2026-05-30 01:00:02 -05:00

63 lines
1.8 KiB
JSON

{
"name": "alpha",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"tauri": "npx tauri"
},
"dependencies": {
"@internationalized/date": "^3.12.2",
"@lucide/vue": "^1.16.0",
"@tabler/icons-vue": "^3.44.0",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/vue-table": "^8.21.3",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/cli": "^2.11.2",
"@tauri-apps/plugin-http": "^2.5.9",
"@tiptap/extension-code-block-lowlight": "^3.23.6",
"@tiptap/extension-image": "^3.23.6",
"@tiptap/extension-link": "^3.23.6",
"@tiptap/extension-placeholder": "^3.23.6",
"@tiptap/extension-table": "^3.23.6",
"@tiptap/extension-table-cell": "^3.23.6",
"@tiptap/extension-table-header": "^3.23.6",
"@tiptap/extension-table-row": "^3.23.6",
"@tiptap/starter-kit": "^3.23.6",
"@tiptap/vue-3": "^3.23.6",
"@vueuse/core": "^14.3.0",
"ag-grid-community": "^35.3.0",
"ag-grid-vue3": "^35.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dexie": "^4.0.4",
"dnd-kit-vue": "^0.0.2",
"docx": "^9.7.1",
"lowlight": "^3.3.0",
"lucide-vue-next": "^1.0.0",
"mammoth": "^1.12.0",
"pinia": "^2.1.7",
"reka-ui": "^2.9.8",
"shadcn-minimal-tiptap": "github:Aslam97/minimal-tiptap",
"shadcn-vue": "^2.7.3",
"sharp": "^0.34.5",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"vue": "^3.4.21",
"vue-i18n": "^11.4.4",
"vue-router": "^4.3.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "~5.4.0",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}