Move data access to use-cases and IndexedDB repositories with optional remote fallback, changelog/sync ports, and encrypted local backup. Add production Docker Compose (nginx frontend + optional backend) and Apache host proxy configuration for deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
592 B
JSON
29 lines
592 B
JSON
{
|
|
"name": "social-graph-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.3.0",
|
|
"pinia": "^2.1.7",
|
|
"axios": "^1.6.7",
|
|
"dexie": "^4.2.1",
|
|
"vis-network": "^9.1.9",
|
|
"vis-data": "^7.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"jsdom": "^25.0.1",
|
|
"vite": "^5.1.0",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|