UNPKG

orchestry-mcp

Version:

Orchestry MCP Server for multi-session task management

45 lines (44 loc) 1.17 kB
{ "name": "orchestry-web", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "@dnd-kit/core": "^6.3.0", "@dnd-kit/sortable": "^9.0.0", "@dnd-kit/utilities": "^3.2.2", "socket.io-client": "^4.8.1", "zustand": "^5.0.2", "axios": "^1.7.9", "react-markdown": "^9.0.3", "@uiw/react-md-editor": "^4.0.6", "recharts": "^2.15.0", "lucide-react": "^0.469.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", "react-hot-toast": "^2.5.0" }, "devDependencies": { "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "@vitejs/plugin-react": "^4.3.5", "autoprefixer": "^10.4.20", "eslint": "^9.18.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "postcss": "^8.5.2", "tailwindcss": "^3.4.0", "typescript": "^5.7.3", "vite": "^6.0.6" } }