Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-20 08:39:33 +00:00
parent 976704f9ec
commit 5c02c4f010
10 changed files with 5929 additions and 1129 deletions

View File

@@ -3,9 +3,9 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build --mode production",
"preview": "vite preview"
"dev": "npx --yes vite@6.4.1 --host 0.0.0.0",
"build": "npx --yes vite@6.4.1 build --mode production",
"preview": "npx --yes vite@6.4.1 preview"
},
"dependencies": {
"@ag-ui/client": "^0.0.42",
@@ -18,18 +18,17 @@
"less": "^4.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.1"
"react-markdown": "^9.1.0",
"react-router-dom": "^6.28.1",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.12",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react": "4.7.0",
"path": "^0.12.7",
"prettier-plugin-tailwindcss": "^0.1.7",
"tailwindcss": "4.0.12",
"typescript": "~5.6.3",
"vite": "^6.0.7"
"vite": "6.4.1"
}
}
}