package.json•1.67 kB
{
"name": "health-fitness-coach-mcp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"setup": "./scripts/setup.sh",
"test:sse": "node scripts/test-client.mjs http://localhost:3000",
"test:http": "node scripts/test-streamable-http-client.mjs http://localhost:3000",
"test:fitness": "node scripts/test-fitness-tools.mjs http://localhost:3000",
"test:stdio": "npx -y mcp-remote http://localhost:3000/mcp",
"generate:cursor-link": "node scripts/generate-cursor-deeplink.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@upstash/redis": "^1.35.0",
"@vercel/mcp-adapter": "0.8.2",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"next": "15.2.4",
"openai": "^5.8.2",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"redis": "^4.7.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"tailwindcss": "^3.4.1",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
},
"packageManager": "pnpm@8.15.7+sha512.c85cd21b6da10332156b1ca2aa79c0a61ee7ad2eb0453b88ab299289e9e8ca93e6091232b25c07cbf61f6df77128d9c849e5c9ac6e44854dbd211c49f3a67adc"
}