-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.3 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "bb-plugin-xcode",
"version": "0.3.2",
"type": "module",
"engines": {
"bb": ">=0.35",
"bbPluginSdk": "^0.4.1"
},
"bb": {
"name": "Xcode",
"description": "Track Xcode builds and tests with no per-project configuration, and drive the simulators they run on — live streaming, full touch input, and SwiftUI preview diffs.",
"branding": {
"icon": "Toolbox"
},
"server": "./server.ts",
"app": "./app.tsx",
"skills": []
},
"dependencies": {
"@hugeicons/core-free-icons": "^4.1.3",
"@hugeicons/react": "^1.1.6",
"@radix-ui/react-collapsible": "^1.1.20",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-progress": "^1.1.16",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-toggle": "^1.1.18",
"@radix-ui/react-toggle-group": "^1.1.19",
"lucide-react": "^1.29.0",
"odiff-bin": "^4.5.0",
"recharts": "^2.15.4",
"serve-sim": "0.1.46",
"ws": "^8.21.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@get-bb/plugin-sdk": "0.4.21",
"@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",
"@types/better-sqlite3": "^7.6.12",
"@types/lodash": "^4.17.25",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/ws": "^8.18.1",
"better-sqlite3": "^12.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "^4.11.9",
"sonner": "^1.7.4",
"tailwind-merge": "^3.4.0",
"typescript": "^5.7.0",
"vaul": "^1.1.2",
"vitest": "^3.2.4"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"check": "npm run typecheck && npm run test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vburojevic/bb-plugin-xcode.git"
}
}