18 lines
607 B
JSON
18 lines
607 B
JSON
{
|
|
"name": "@agent-studio/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": { "dev": "vite --host 127.0.0.1", "typecheck": "tsc --noEmit", "build": "vite build" },
|
|
"dependencies": {
|
|
"@agent-studio/shared": "workspace:*",
|
|
"@assistant-ui/react": "0.15.17",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"lucide-react": "^0.555.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": { "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "typescript": "^5.9.3", "vite": "^7.2.6" }
|
|
}
|