36 lines
935 B
JSON
36 lines
935 B
JSON
{
|
|
"name": "@github/mcp-server-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "MCP App UIs for github-mcp-server using Primer React",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"dev": "npm run build",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@github/markdown-toolbar-element": "^2.2.3",
|
|
"@modelcontextprotocol/ext-apps": "^1.7.2",
|
|
"@primer/octicons-react": "^19.0.0",
|
|
"@primer/react": "^36.0.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.2.0",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^8.0.16",
|
|
"vite-plugin-singlefile": "^2.3.3"
|
|
}
|
|
}
|