-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.59 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
{
"name": "bb-plugin-pr-manager",
"version": "0.1.1",
"type": "module",
"engines": {
"bb": ">=0.40",
"bbPluginSdk": ">=0.4.21"
},
"bb": {
"name": "PR Manager",
"description": "Track your pull requests and open the right BB worktree thread.",
"branding": {
"icon": "./assets/icon.svg"
},
"server": "./server.ts",
"app": "./app.tsx",
"host": "./host.ts",
"skills": []
},
"dependencies": {
"@hugeicons/core-free-icons": "^4.1.3",
"@hugeicons/react": "^1.1.6",
"@radix-ui/react-checkbox": "^1.3.7",
"@radix-ui/react-slot": "^1.3.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@get-bb/plugin-sdk": "0.4.21",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"better-sqlite3": "^12.0.0",
"hono": "^4.11.9",
"typescript": "^5.7.0",
"vitest": "^3.2.4",
"@pierre/diffs": "^1.2.9",
"@radix-ui/react-alert-dialog": "^1.1.19",
"@radix-ui/react-context-menu": "^2.3.3",
"@radix-ui/react-dialog": "^1.1.19",
"@radix-ui/react-dropdown-menu": "^2.1.20",
"@radix-ui/react-hover-card": "^1.1.19",
"@radix-ui/react-menubar": "^1.1.20",
"@radix-ui/react-navigation-menu": "^1.2.18",
"@radix-ui/react-popover": "^1.1.19",
"@radix-ui/react-select": "^2.3.3",
"@radix-ui/react-tooltip": "^1.2.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"sonner": "^1.7.4",
"tailwind-merge": "^3.4.0",
"vaul": "^1.1.2"
},
"scripts": {
"build": "bb plugin build",
"test": "vitest run"
}
}