-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.17 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.17 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ducktape-workspace",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "Ducktape infrastructure monorepo",
"pnpm": {
"overrides": {
"esbuild": ">=0.21.0"
},
"onlyBuiltDependencies": [
"esbuild",
"puppeteer"
]
},
"dependencies": {
"@careswitch/svelte-data-table": "^0.6.3",
"@humanspeak/svelte-markdown": "^0.8.13",
"@mantine/core": "^7.12.0",
"@mantine/hooks": "^7.12.0",
"@modelcontextprotocol/sdk": "^1.23.0",
"@tabler/icons-react": "^3.23.0",
"@uiw/react-json-view": "2.0.0-alpha.39",
"date-fns": "^4.1.0",
"diff": "^5.2.0",
"dompurify": "^3.0.9",
"highlight.js": "^11.11.1",
"json-formatter-js": "^2.5.1",
"lucide-svelte": "^0.562.0",
"marked": "^12.0.2",
"marked-highlight": "^2.1.1",
"openapi-fetch": "^0.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte-sonner": "^0.3.28",
"zod": "^4.3.5"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-svelte-csf": "^5.0.10",
"@storybook/svelte": "^8.6.15",
"@storybook/svelte-vite": "^8.6.15",
"@sveltejs/vite-plugin-svelte": "^5.1.0",
"@tailwindcss/vite": "^4.1.18",
"@tsconfig/svelte": "^5.0.4",
"@types/dompurify": "^2.3.3",
"@types/node": "^22.7.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.39.2",
"eslint-plugin-import-x": "^4.16.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-svelte": "^3.13.1",
"globals": "^16.5.0",
"http-server": "^14.1.1",
"jsdom": "^25.0.0",
"json-schema-to-typescript": "^15.0.4",
"openapi-typescript": "^7.10.1",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"storybook": "^8.6.15",
"svelte": "^5.38.1",
"svelte-check": "^4.3.1",
"svelte-eslint-parser": "^1.4.1",
"tailwindcss": "^4.1.18",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vitest": "^2.1.1"
}
}