Refactor frontend to route-based navigation with vue-router, add system setup and login pages with API integration. Add structured logging, access-log middleware and startup lifecycle to FastAPI backend.
26 lines
606 B
JSON
26 lines
606 B
JSON
{
|
|
"name": "x-financial-reimbursement-admin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite --host 127.0.0.1",
|
|
"dev": "vite --host 127.0.0.1",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 127.0.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@primevue/themes": "^4.5.4",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"chart.js": "^4.5.1",
|
|
"pg": "^8.13.1",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.5.5",
|
|
"vite": "^5.4.19",
|
|
"vue": "^3.5.13",
|
|
"vue-chartjs": "^5.3.3",
|
|
"vue-router": "^4.5.1"
|
|
}
|
|
}
|