{ "name": "@originmain/app", "version": "0.0.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "typecheck": "tsc --noEmit" }, "dependencies": { "@anthropic-ai/sdk": "^0.56.0", "@clerk/nextjs": "^7.2.7", "@fluentui/react-components": "^9.54.0", "@fluentui/react-icons": "^2.0.0", "@originmain/agent-bridge": "workspace:*", "@originmain/ai-layer": "workspace:*", "@originmain/design-language": "workspace:*", "@originmain/diff-engine": "workspace:*", "@originmain/integrations": "workspace:*", "@originmain/multiplayer": "workspace:*", "@originmain/origin-graph": "workspace:*", "@originmain/platform": "workspace:*", "@originmain/renderer": "workspace:*", "@originmain/ui": "workspace:*", "@pierre/diffs": "^1.1.19", "@pierre/trees": "1.0.0-beta.3", "@supabase/supabase-js": "^2.0.0", "@tanstack/react-query": "^5.62.0", "next": "^15.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "zustand": "^5.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.5.0" } }