mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
35 lines
930 B
JSON
35 lines
930 B
JSON
{
|
|
"name": "@openhandoff/frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@sandbox-agent/react": "workspace:*",
|
|
"@openhandoff/client": "workspace:*",
|
|
"@openhandoff/frontend-errors": "workspace:*",
|
|
"@openhandoff/shared": "workspace:*",
|
|
"@tanstack/react-query": "^5.85.5",
|
|
"@tanstack/react-router": "^1.132.23",
|
|
"baseui": "^16.1.1",
|
|
"lucide-react": "^0.542.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"styletron-engine-atomic": "^1.6.2",
|
|
"styletron-react": "^6.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-grab/mcp": "^0.1.13",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@vitejs/plugin-react": "^5.0.3",
|
|
"react-grab": "^0.1.13",
|
|
"tsup": "^8.5.0",
|
|
"vite": "^7.1.3"
|
|
}
|
|
}
|