@myskyline_ai/ccdebug 0.2.1 → 0.2.3
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/package.json +1 -2
- package/web/dist/assets/{index-BIP9r3RA.js → index-B3QVqdGC.js} +19 -19
- package/web/dist/assets/{index-BIP9r3RA.js.map → index-B3QVqdGC.js.map} +1 -1
- package/web/dist/assets/index-CpmGw4Fa.css +1 -0
- package/web/dist/index.html +2 -2
- package/web/dist/assets/index-De3gn-G-.css +0 -1
- package/web/package.json +0 -47
package/web/package.json
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ccdebug-web",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Web timeline interface for Claude Code Debug",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist/**/*",
|
|
8
|
-
"server/**/*",
|
|
9
|
-
"public/**/*",
|
|
10
|
-
"index.html",
|
|
11
|
-
"vite.config.*",
|
|
12
|
-
"tsconfig.*",
|
|
13
|
-
"!node_modules",
|
|
14
|
-
"!src",
|
|
15
|
-
"!.DS_Store",
|
|
16
|
-
"!.gitignore"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"dev": "vite --host --port 3002",
|
|
20
|
-
"build": "vite build",
|
|
21
|
-
"build:check": "vue-tsc --noEmit && vite build",
|
|
22
|
-
"preview": "vite preview",
|
|
23
|
-
"serve": "node dist/server.js"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@arco-design/web-vue": "^2.55.0",
|
|
27
|
-
"axios": "^1.6.0",
|
|
28
|
-
"chokidar": "^3.5.3",
|
|
29
|
-
"cors": "^2.8.5",
|
|
30
|
-
"express": "^4.18.2",
|
|
31
|
-
"pinia": "^2.1.7",
|
|
32
|
-
"socket.io": "^4.7.4",
|
|
33
|
-
"socket.io-client": "^4.7.4",
|
|
34
|
-
"vue": "^3.4.0",
|
|
35
|
-
"vue-router": "^4.5.1",
|
|
36
|
-
"node-fetch": "^3.3"
|
|
37
|
-
},
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"@types/cors": "^2.8.17",
|
|
40
|
-
"@types/express": "^4.17.21",
|
|
41
|
-
"@types/node": "^20.10.0",
|
|
42
|
-
"@vitejs/plugin-vue": "^4.5.0",
|
|
43
|
-
"typescript": "^5.2.0",
|
|
44
|
-
"vite": "^5.0.0",
|
|
45
|
-
"vue-tsc": "^1.8.25"
|
|
46
|
-
}
|
|
47
|
-
}
|