@kimuson/claude-code-viewer 0.4.2-beta.1 → 0.4.2-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +70 -75
- package/dist/main.js.map +2 -2
- package/dist/static/assets/{formatLocaleDate-tG7XQvmi.js → formatLocaleDate-Dt6P14B9.js} +13 -13
- package/dist/static/assets/index-BCLB4du1.js +1 -0
- package/dist/static/assets/{index-CCK9sKNQ.js → index-BGPIfxUi.js} +26 -26
- package/dist/static/assets/{index-BhHTE3Iw.js → index-CK6hOCWi.js} +1 -1
- package/dist/static/assets/{index-p-9EDsM2.js → index-DIDGF7dr.js} +1 -1
- package/dist/static/assets/{index-Dhl8HyZ2.js → index-DfIIjCmW.js} +2 -2
- package/dist/static/assets/{index-BcEUHkBf.js → index-ctyalk2m.js} +1 -1
- package/dist/static/assets/{index-B4SyesSZ.js → index-u3TFrHTl.js} +11 -11
- package/dist/static/index.html +1 -1
- package/package.json +70 -75
- package/dist/static/assets/index-CzkMypUj.js +0 -1
package/dist/static/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
content="Web Viewer for Claude Code history"
|
|
9
9
|
/>
|
|
10
10
|
<title>Claude Code Viewer</title>
|
|
11
|
-
<script type="module" crossorigin src="/assets/index-
|
|
11
|
+
<script type="module" crossorigin src="/assets/index-u3TFrHTl.js"></script>
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-BSbB57mR.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kimuson/claude-code-viewer",
|
|
3
|
-
"version": "0.4.2-beta.
|
|
3
|
+
"version": "0.4.2-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -14,85 +14,81 @@
|
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=20.19.0"
|
|
16
16
|
},
|
|
17
|
-
"exports": {
|
|
18
|
-
".": "./dist/main.js",
|
|
19
|
-
"./package.json": "./package.json"
|
|
20
|
-
},
|
|
21
17
|
"bin": {
|
|
22
18
|
"claude-code-viewer": "./dist/main.js"
|
|
23
19
|
},
|
|
24
20
|
"dependencies": {
|
|
25
|
-
"@anthropic-ai/claude-agent-sdk": "
|
|
26
|
-
"@anthropic-ai/claude-code": "
|
|
27
|
-
"@anthropic-ai/sdk": "
|
|
28
|
-
"@effect/platform": "
|
|
29
|
-
"@effect/platform-node": "
|
|
30
|
-
"@hono/node-server": "
|
|
31
|
-
"@hono/zod-validator": "
|
|
32
|
-
"@lingui/core": "
|
|
33
|
-
"@lingui/react": "
|
|
34
|
-
"@radix-ui/react-avatar": "
|
|
35
|
-
"@radix-ui/react-checkbox": "
|
|
36
|
-
"@radix-ui/react-collapsible": "
|
|
37
|
-
"@radix-ui/react-dialog": "
|
|
38
|
-
"@radix-ui/react-hover-card": "
|
|
39
|
-
"@radix-ui/react-select": "
|
|
40
|
-
"@radix-ui/react-slot": "
|
|
41
|
-
"@radix-ui/react-tabs": "
|
|
42
|
-
"@radix-ui/react-tooltip": "
|
|
43
|
-
"@tailwindcss/vite": "
|
|
44
|
-
"@tanstack/react-devtools": "
|
|
45
|
-
"@tanstack/react-query": "
|
|
46
|
-
"@tanstack/react-router": "
|
|
47
|
-
"@tanstack/react-router-devtools": "
|
|
48
|
-
"class-variance-authority": "
|
|
49
|
-
"clsx": "
|
|
50
|
-
"date-fns": "
|
|
51
|
-
"effect": "
|
|
52
|
-
"es-toolkit": "
|
|
53
|
-
"hono": "
|
|
54
|
-
"jotai": "
|
|
55
|
-
"lucide-react": "
|
|
56
|
-
"parse-git-diff": "
|
|
57
|
-
"prexit": "
|
|
58
|
-
"react": "
|
|
59
|
-
"react-dom": "
|
|
60
|
-
"react-error-boundary": "
|
|
61
|
-
"react-markdown": "
|
|
62
|
-
"react-syntax-highlighter": "
|
|
63
|
-
"remark-gfm": "
|
|
64
|
-
"sonner": "
|
|
65
|
-
"tailwind-merge": "
|
|
66
|
-
"ulid": "
|
|
67
|
-
"zod": "
|
|
21
|
+
"@anthropic-ai/claude-agent-sdk": "0.1.27",
|
|
22
|
+
"@anthropic-ai/claude-code": "2.0.24",
|
|
23
|
+
"@anthropic-ai/sdk": "0.67.0",
|
|
24
|
+
"@effect/platform": "0.92.1",
|
|
25
|
+
"@effect/platform-node": "0.98.4",
|
|
26
|
+
"@hono/node-server": "1.19.5",
|
|
27
|
+
"@hono/zod-validator": "0.7.4",
|
|
28
|
+
"@lingui/core": "5.5.1",
|
|
29
|
+
"@lingui/react": "5.5.1",
|
|
30
|
+
"@radix-ui/react-avatar": "1.1.10",
|
|
31
|
+
"@radix-ui/react-checkbox": "1.3.3",
|
|
32
|
+
"@radix-ui/react-collapsible": "1.1.12",
|
|
33
|
+
"@radix-ui/react-dialog": "1.1.15",
|
|
34
|
+
"@radix-ui/react-hover-card": "1.1.15",
|
|
35
|
+
"@radix-ui/react-select": "2.2.6",
|
|
36
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
37
|
+
"@radix-ui/react-tabs": "1.1.13",
|
|
38
|
+
"@radix-ui/react-tooltip": "1.2.8",
|
|
39
|
+
"@tailwindcss/vite": "4.1.16",
|
|
40
|
+
"@tanstack/react-devtools": "0.7.8",
|
|
41
|
+
"@tanstack/react-query": "5.90.5",
|
|
42
|
+
"@tanstack/react-router": "1.133.32",
|
|
43
|
+
"@tanstack/react-router-devtools": "1.133.32",
|
|
44
|
+
"class-variance-authority": "0.7.1",
|
|
45
|
+
"clsx": "2.1.1",
|
|
46
|
+
"date-fns": "4.1.0",
|
|
47
|
+
"effect": "3.18.4",
|
|
48
|
+
"es-toolkit": "1.41.0",
|
|
49
|
+
"hono": "4.10.3",
|
|
50
|
+
"jotai": "2.15.0",
|
|
51
|
+
"lucide-react": "0.548.0",
|
|
52
|
+
"parse-git-diff": "0.0.19",
|
|
53
|
+
"prexit": "2.3.0",
|
|
54
|
+
"react": "19.2.0",
|
|
55
|
+
"react-dom": "19.2.0",
|
|
56
|
+
"react-error-boundary": "6.0.0",
|
|
57
|
+
"react-markdown": "10.1.0",
|
|
58
|
+
"react-syntax-highlighter": "15.6.6",
|
|
59
|
+
"remark-gfm": "4.0.1",
|
|
60
|
+
"sonner": "2.0.7",
|
|
61
|
+
"tailwind-merge": "3.3.1",
|
|
62
|
+
"ulid": "3.0.1",
|
|
63
|
+
"zod": "4.1.12"
|
|
68
64
|
},
|
|
69
65
|
"devDependencies": {
|
|
70
|
-
"@biomejs/biome": "
|
|
71
|
-
"@lingui/cli": "
|
|
72
|
-
"@lingui/conf": "
|
|
73
|
-
"@lingui/format-json": "
|
|
74
|
-
"@lingui/loader": "
|
|
75
|
-
"@lingui/vite-plugin": "
|
|
76
|
-
"@tailwindcss/postcss": "
|
|
77
|
-
"@tanstack/router-plugin": "
|
|
78
|
-
"@tsconfig/strictest": "
|
|
79
|
-
"@types/node": "
|
|
80
|
-
"@types/react": "
|
|
81
|
-
"@types/react-dom": "
|
|
82
|
-
"@types/react-syntax-highlighter": "
|
|
83
|
-
"@vitejs/plugin-react-swc": "
|
|
84
|
-
"dotenv": "
|
|
85
|
-
"esbuild": "
|
|
86
|
-
"npm-run-all2": "
|
|
87
|
-
"playwright": "
|
|
88
|
-
"release-it": "
|
|
89
|
-
"release-it-pnpm": "
|
|
90
|
-
"tailwindcss": "
|
|
91
|
-
"tsx": "
|
|
92
|
-
"tw-animate-css": "
|
|
93
|
-
"typescript": "
|
|
94
|
-
"vite": "
|
|
95
|
-
"vitest": "
|
|
66
|
+
"@biomejs/biome": "2.3.1",
|
|
67
|
+
"@lingui/cli": "5.5.1",
|
|
68
|
+
"@lingui/conf": "5.5.1",
|
|
69
|
+
"@lingui/format-json": "5.5.1",
|
|
70
|
+
"@lingui/loader": "5.5.1",
|
|
71
|
+
"@lingui/vite-plugin": "5.5.1",
|
|
72
|
+
"@tailwindcss/postcss": "4.1.16",
|
|
73
|
+
"@tanstack/router-plugin": "1.133.32",
|
|
74
|
+
"@tsconfig/strictest": "2.0.6",
|
|
75
|
+
"@types/node": "24.9.1",
|
|
76
|
+
"@types/react": "19.2.2",
|
|
77
|
+
"@types/react-dom": "19.2.2",
|
|
78
|
+
"@types/react-syntax-highlighter": "15.5.13",
|
|
79
|
+
"@vitejs/plugin-react-swc": "4.2.0",
|
|
80
|
+
"dotenv": "17.2.3",
|
|
81
|
+
"esbuild": "0.25.11",
|
|
82
|
+
"npm-run-all2": "8.0.4",
|
|
83
|
+
"playwright": "1.56.1",
|
|
84
|
+
"release-it": "19.0.5",
|
|
85
|
+
"release-it-pnpm": "4.6.6",
|
|
86
|
+
"tailwindcss": "4.1.16",
|
|
87
|
+
"tsx": "4.20.6",
|
|
88
|
+
"tw-animate-css": "1.4.0",
|
|
89
|
+
"typescript": "5.9.3",
|
|
90
|
+
"vite": "7.1.12",
|
|
91
|
+
"vitest": "4.0.3"
|
|
96
92
|
},
|
|
97
93
|
"scripts": {
|
|
98
94
|
"dev": "run-p 'dev:*'",
|
|
@@ -114,7 +110,6 @@
|
|
|
114
110
|
"e2e": "./scripts/e2e/exec_e2e.sh",
|
|
115
111
|
"e2e:start-server": "./scripts/e2e/start_server.sh",
|
|
116
112
|
"e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
|
|
117
|
-
"lingui:extract": "lingui extract",
|
|
118
113
|
"lingui:compile": "lingui compile --typescript"
|
|
119
114
|
}
|
|
120
115
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{u as o}from"./index-B4SyesSZ.js";function r(){o().navigate({to:"/projects"})}export{r as component};
|