|
1 | 1 | { |
2 | 2 | "name": "@modelcontextprotocol/inspector-client", |
3 | | - "version": "0.6.0", |
| 3 | + "version": "0.7.0", |
4 | 4 | "description": "Client-side application for the Model Context Protocol inspector", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "Anthropic, PBC (https://anthropic.com)", |
|
18 | 18 | "dev": "vite", |
19 | 19 | "build": "tsc -b && vite build", |
20 | 20 | "lint": "eslint .", |
21 | | - "preview": "vite preview" |
| 21 | + "preview": "vite preview", |
| 22 | + "test": "jest --config jest.config.cjs", |
| 23 | + "test:watch": "jest --config jest.config.cjs --watch" |
22 | 24 | }, |
23 | 25 | "dependencies": { |
24 | 26 | "@modelcontextprotocol/sdk": "^1.6.1", |
25 | | - "@radix-ui/react-dialog": "^1.1.3", |
26 | 27 | "@radix-ui/react-checkbox": "^1.1.4", |
| 28 | + "@radix-ui/react-dialog": "^1.1.3", |
27 | 29 | "@radix-ui/react-icons": "^1.3.0", |
28 | 30 | "@radix-ui/react-label": "^2.1.0", |
29 | 31 | "@radix-ui/react-popover": "^1.1.3", |
|
35 | 37 | "clsx": "^2.1.1", |
36 | 38 | "cmdk": "^1.0.4", |
37 | 39 | "lucide-react": "^0.447.0", |
38 | | - "prismjs": "^1.29.0", |
39 | 40 | "pkce-challenge": "^4.1.0", |
| 41 | + "prismjs": "^1.30.0", |
40 | 42 | "react": "^18.3.1", |
41 | 43 | "react-dom": "^18.3.1", |
42 | 44 | "react-simple-code-editor": "^0.14.1", |
|
48 | 50 | }, |
49 | 51 | "devDependencies": { |
50 | 52 | "@eslint/js": "^9.11.1", |
| 53 | + "@testing-library/jest-dom": "^6.6.3", |
| 54 | + "@testing-library/react": "^16.2.0", |
| 55 | + "@types/jest": "^29.5.14", |
51 | 56 | "@types/node": "^22.7.5", |
52 | 57 | "@types/react": "^18.3.10", |
53 | 58 | "@types/react-dom": "^18.3.0", |
54 | 59 | "@types/serve-handler": "^6.1.4", |
55 | 60 | "@vitejs/plugin-react": "^4.3.2", |
56 | 61 | "autoprefixer": "^10.4.20", |
| 62 | + "co": "^4.6.0", |
57 | 63 | "eslint": "^9.11.1", |
58 | 64 | "eslint-plugin-react-hooks": "^5.1.0-rc.0", |
59 | 65 | "eslint-plugin-react-refresh": "^0.4.12", |
60 | 66 | "globals": "^15.9.0", |
| 67 | + "jest": "^29.7.0", |
| 68 | + "jest-environment-jsdom": "^29.7.0", |
61 | 69 | "postcss": "^8.4.47", |
62 | 70 | "tailwindcss": "^3.4.13", |
| 71 | + "ts-jest": "^29.2.6", |
63 | 72 | "typescript": "^5.5.3", |
64 | 73 | "typescript-eslint": "^8.7.0", |
65 | 74 | "vite": "^5.4.8" |
|
0 commit comments