mcpengine/studio/apps/web/package.json
Jake Shore 96e52666c5 MCPEngine full sync — studio scaffold, factory v2, server updates, state.json — 2026-02-12
=== NEW ===
- studio/ — MCPEngine Studio scaffold (Next.js monorepo, build plan)
- docs/FACTORY-V2.md — Factory v2 architecture doc
- docs/CALENDLY_MCP_BUILD_SUMMARY.md — Calendly MCP build report

=== UPDATED SERVERS ===
- fieldedge: Added jobs-tools, UI build script, main entry update
- lightspeed: Updated main + server entry points
- squarespace: Added collection-browser + page-manager apps
- toast: Added main + server entry points

=== INFRA ===
- infra/command-center/state.json — Updated pipeline state
- infra/command-center/FACTORY-V2.md — Factory v2 operator playbook
2026-02-12 17:58:33 -05:00

40 lines
1019 B
JSON

{
"name": "@mcpengine/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@clerk/nextjs": "^6.12.0",
"@xyflow/react": "^12.4.0",
"zustand": "^5.0.0",
"@tanstack/react-query": "^5.65.0",
"@anthropic-ai/sdk": "^0.39.0",
"canvas-confetti": "^1.9.0",
"lucide-react": "^0.469.0",
"clsx": "^2.1.0",
"tailwind-merge": "^3.0.0",
"@mcpengine/ui": "workspace:*",
"@mcpengine/db": "workspace:*",
"@mcpengine/ai-pipeline": "workspace:*"
},
"devDependencies": {
"typescript": "^5.7.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/canvas-confetti": "^1.6.0",
"tailwindcss": "^4.0.0",
"@tailwindcss/postcss": "^4.0.0",
"postcss": "^8.5.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.2.0"
}
}