Implement AI orchestration wedding demo

This commit is contained in:
pelpanagiotis
2026-06-27 13:50:11 +03:00
commit 55d4fe95b4
67 changed files with 4736 additions and 0 deletions

24
frontend/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "ai-orchestrator-wedding-demo-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.1",
"lucide-react": "^0.468.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0"
}
}