MCP-WebGPU / package.json
shreyask's picture
feat: add conversation management functionality and update MCPClientService to handle resources and prompts
8c21d03 verified
{
"name": "mcp-webgpu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@huggingface/transformers": "^3.7.5",
"@modelcontextprotocol/sdk": "^1.25.1",
"@monaco-editor/react": "^4.7.0",
"@tailwindcss/vite": "^4.1.11",
"dompurify": "^3.2.7",
"idb": "^8.0.3",
"lucide-react": "^0.535.0",
"marked": "^16.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.8.0",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@tailwindcss/typography": "^0.5.19",
"@types/dompurify": "^3.0.5",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4"
}
}