-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "mcp-ui-kit",
"version": "0.0.1",
"description": "Collection of MCP UI components built with Skybridge Framework and Flowbite UI components",
"author": "Flowbite",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/themesberg/mcp-ui-components"
},
"keywords": ["mcp", "ui", "components", "flowbite", "skybridge", "chatgpt", "claude", "gemini", "openai"],
"type": "module",
"scripts": {
"dev": "skybridge dev",
"build": "skybridge build",
"start": "skybridge start",
"inspector": "mcp-inspector http://localhost:3000/mcp"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.2",
"@tailwindcss/vite": "^4.1.18",
"apexcharts": "^5.3.6",
"cors": "^2.8.5",
"express": "^5.2.1",
"flowbite": "^4.0.1",
"qrcode.react": "^4.2.0",
"react": "^19.2.3",
"react-apexcharts": "^1.9.0",
"react-dom": "^19.2.3",
"skybridge": ">=0.26.1 <1.0.0",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.18.0",
"@skybridge/devtools": ">=0.26.1 <1.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"nodemon": "^3.1.11",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=24.13.0"
}
}