Dateien nach "gtm-architect" hochladen

This commit is contained in:
2025-12-31 12:07:59 +00:00
parent 37eac70ad7
commit f9fc2692a3
5 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "roboplanet-gtm-architect",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"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"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}