Add Command Center v2: DQ/RAG integration, S3 browser, Jupyter, GPU matrix.

Mirror mo/atc-GPU layout with config/, docs/, scripts/ for Gitea deploy.
This commit is contained in:
mo
2026-06-25 00:28:23 +00:00
parent fb9cc21c9a
commit a11621b21f
110 changed files with 14622 additions and 529 deletions
+7 -3
View File
@@ -1,7 +1,7 @@
{
"name": "atc-command-center",
"private": true,
"version": "0.1.0",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,9 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^11.15.0",
"@tanstack/react-query": "^5.62.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@types/react": "^18.3.12",