Refactor GTM Architect to v2: Python-driven architecture, 9-phase process, new DB and Docker setup

This commit is contained in:
2026-01-02 19:00:05 +00:00
parent d59888c889
commit 8439a7fb10
302 changed files with 68130 additions and 4782 deletions

View File

@@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.34.0",
"react": "^19.2.3",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.0",
"react-dom": "^19.2.3",
"lucide-react": "^0.562.0",
"express": "^4.18.2"
"express": "^4.19.2",
"cors": "^2.8.5"
},
"devDependencies": {
"@types/node": "^22.14.0",