-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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": "@wso2-org/mcp-playground",
"version": "1.0.7",
"main": "dist/mcp-playground.umd.js",
"module": "dist/mcp-playground.es.js",
"exports": {
".": {
"import": "./dist/mcp-playground.es.js",
"require": "./dist/mcp-playground.umd.js"
}
},
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@microlink/react-json-view": "^1.26.2",
"@modelcontextprotocol/sdk": "^1.17.2",
"@mui/icons-material": "^5.15.0",
"@mui/material": "^5.18.0",
"@mui/styles": "^5.15.0",
"@radix-ui/react-tabs": "^1.1.1",
"ajv": "^6.12.6",
"notistack": "^2.0.8",
"prism-react-renderer": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-simple-code-editor": "^0.14.1",
"tailwind-merge": "^2.5.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"rollup": "^4.46.2",
"vite": "^6.3.5"
}
}