@claudecam/dashboard 0.1.7 → 0.1.8

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.
Files changed (1) hide show
  1. package/package.json +12 -13
package/package.json CHANGED
@@ -1,22 +1,13 @@
1
1
  {
2
2
  "name": "@claudecam/dashboard",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "React dashboard for Claude Agent Monitor",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
- "scripts": {
8
- "dev": "vite",
9
- "build": "tsc && vite build",
10
- "preview": "vite preview",
11
- "typecheck": "tsc --noEmit",
12
- "clean": "rm -rf dist",
13
- "prepack": "pnpm run build"
14
- },
15
7
  "files": [
16
8
  "dist"
17
9
  ],
18
10
  "dependencies": {
19
- "@claudecam/shared": "workspace:*",
20
11
  "@react-three/drei": "^10.7.7",
21
12
  "@react-three/fiber": "^9.5.0",
22
13
  "@splinetool/react-spline": "^4.1.0",
@@ -27,7 +18,8 @@
27
18
  "react-resizable-panels": "^2.1.7",
28
19
  "recharts": "^2.15.0",
29
20
  "three": "^0.183.0",
30
- "zustand": "^5.0.0"
21
+ "zustand": "^5.0.0",
22
+ "@claudecam/shared": "0.1.0"
31
23
  },
32
24
  "devDependencies": {
33
25
  "@types/react": "^19.0.0",
@@ -54,5 +46,12 @@
54
46
  "observability",
55
47
  "claude-code"
56
48
  ],
57
- "author": "CAM Contributors"
58
- }
49
+ "author": "CAM Contributors",
50
+ "scripts": {
51
+ "dev": "vite",
52
+ "build": "tsc && vite build",
53
+ "preview": "vite preview",
54
+ "typecheck": "tsc --noEmit",
55
+ "clean": "rm -rf dist"
56
+ }
57
+ }