Skip to content

Commit abff248

Browse files
committed
deps
1 parent b096f3f commit abff248

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

package-lock.json

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/inspector",
3-
"version": "0.1.0",
4-
"private": true,
3+
"version": "0.1.1",
54
"description": "Model Context Protocol inspector",
65
"license": "MIT",
76
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -33,7 +32,27 @@
3332
"prettier-fix": "prettier --write ."
3433
},
3534
"dependencies": {
36-
"concurrently": "^9.0.1"
35+
"@modelcontextprotocol/sdk": "0.5.0",
36+
"@radix-ui/react-icons": "^1.3.0",
37+
"@radix-ui/react-label": "^2.1.0",
38+
"@radix-ui/react-select": "^2.1.2",
39+
"@radix-ui/react-slot": "^1.1.0",
40+
"@radix-ui/react-tabs": "^1.1.1",
41+
"class-variance-authority": "^0.7.0",
42+
"clsx": "^2.1.1",
43+
"lucide-react": "^0.447.0",
44+
"react": "^18.3.1",
45+
"react-dom": "^18.3.1",
46+
"react-toastify": "^10.0.6",
47+
"serve-handler": "^6.1.6",
48+
"tailwind-merge": "^2.5.3",
49+
"tailwindcss-animate": "^1.0.7",
50+
"concurrently": "^9.0.1",
51+
"cors": "^2.8.5",
52+
"eventsource": "^2.0.2",
53+
"express": "^4.21.0",
54+
"ws": "^8.18.0",
55+
"zod": "^3.23.8"
3756
},
3857
"devDependencies": {
3958
"prettier": "3.3.3",

0 commit comments

Comments
 (0)