feat: open source multi-user AI notebook with observability

This commit is contained in:
wuyang
2026-07-28 14:28:00 +08:00
commit 935c411847
30 changed files with 6522 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "xuxiang-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint ."
},
"dependencies": {
"@vitejs/plugin-react": "6.0.4",
"vite": "8.1.5",
"typescript": "5.9.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
},
"devDependencies": {}
}