@alpacachen/dsh-kanban 1.3.2 → 1.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alpacachen/dsh-kanban",
3
- "version": "1.3.2",
4
- "description": "A kanban board plugin for DeepSeek Harness: a 'Board' tab in conversations plus 14 kanban_* AI tools, per-workspace isolation and disk persistence. Built with React, TypeScript, dnd-kit, shadcn/ui and Tailwind CSS.",
3
+ "version": "1.3.4",
4
+ "description": "A kanban board plugin for DeepSeek Harness: a 'Board' tab in conversations plus 14 kanban_* AI tools, per-workspace isolation and disk persistence. Built with React, TypeScript, dnd-kit, Radix UI and namespaced native CSS.",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "exports": {
@@ -40,17 +40,14 @@
40
40
  "@radix-ui/react-separator": "^1.1.2",
41
41
  "@radix-ui/react-slot": "^1.1.2",
42
42
  "@radix-ui/react-tooltip": "^1.1.8",
43
- "class-variance-authority": "^0.7.1",
44
43
  "clsx": "^2.1.1",
45
- "lucide-react": "^0.474.0",
46
- "tailwind-merge": "^2.6.0"
44
+ "lucide-react": "^0.474.0"
47
45
  },
48
46
  "peerDependencies": {
49
47
  "react": "^18.2.0",
50
48
  "react-dom": "^18.2.0"
51
49
  },
52
50
  "devDependencies": {
53
- "@tailwindcss/postcss": "^4.0.0",
54
51
  "@testing-library/react": "^16.3.2",
55
52
  "@testing-library/user-event": "^14.6.5",
56
53
  "@types/node": "^22.10.0",
@@ -58,11 +55,8 @@
58
55
  "@types/react-dom": "^18.3.1",
59
56
  "esbuild": "^0.28.2",
60
57
  "jsdom": "^26.1.0",
61
- "postcss": "^8.4.49",
62
58
  "react": "^18.3.1",
63
59
  "react-dom": "^18.3.1",
64
- "tailwindcss": "^4.0.0",
65
- "tailwindcss-animate": "^1.0.7",
66
60
  "typescript": "^5.7.2",
67
61
  "vitest": "^3.2.7"
68
62
  },