-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "bb-plugin-memory-ui",
"version": "0.1.0",
"type": "module",
"engines": {
"bb": ">=0.36",
"bbPluginSdk": ">=0.4.8"
},
"bb": {
"name": "Memory UI",
"description": "Browse, search, edit and forget bb memories — FTS search, per-record history, and a Sweep view of what has been rewriting the store.",
"branding": {
"icon": "Brain"
},
"server": "./server.ts",
"app": "./app.tsx"
},
"dependencies": {
"@hugeicons/core-free-icons": "^4.1.3",
"@hugeicons/react": "^1.1.6",
"@radix-ui/react-slot": "^1.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@get-bb/plugin-sdk": "0.4.8",
"@radix-ui/react-dialog": "^1.1.19",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"hono": "^4.11.9",
"typescript": "^5.7.0",
"vaul": "^1.1.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MGrin/bb-plugin-memory-ui.git"
}
}