- Replace D3 force graph with categorized grid layout for topology (54 nodes organized by type: infrastructure, servers, PCs, etc.) - Replace individual task cards with project summary cards (progress bars and stage chips instead of 1700+ task cards) - Compact node cards with status-colored backgrounds - Better calendar empty state with centered icon - Refined dark theme with more color depth - Remove D3 dependency (no longer needed) - Fix text sizes for 4K TV readability at distance Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^12.34.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
}
|
|
}
|