mirror of
https://github.com/vercel-labs/json-render.git
synced 2026-09-14 13:41:32 +08:00
9adcc09204
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
35 lines
899 B
JSON
35 lines
899 B
JSON
{
|
|
"name": "example-mcp",
|
|
"version": "0.1.7",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"start": "tsx server.ts",
|
|
"start:stdio": "tsx server.ts --stdio",
|
|
"dev": "tsx watch server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@json-render/core": "workspace:*",
|
|
"@json-render/mcp": "workspace:*",
|
|
"@json-render/react": "workspace:*",
|
|
"@json-render/shadcn": "workspace:*",
|
|
"@modelcontextprotocol/ext-apps": "^1.2.0",
|
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"tailwindcss": "^4.2.1",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-singlefile": "^2.3.0"
|
|
}
|
|
}
|