-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.24 KB
/
Copy pathpackage.json
File metadata and controls
127 lines (127 loc) · 4.24 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "opencode-serious-desktop",
"private": true,
"version": "1.15.12",
"type": "module",
"license": "MIT",
"homepage": "https://opencode.ai",
"author": {
"name": "OpenCode",
"email": "hello@opencode.ai"
},
"scripts": {
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"predev": "tsx ./scripts/predev.ts",
"dev": "electron-vite dev",
"prebuild": "tsx ./scripts/prebuild.ts",
"build": "npm run typecheck && electron-vite build",
"preview": "electron-vite preview",
"package": "electron-builder --config electron-builder.config.ts",
"package:mac": "electron-builder --mac --config electron-builder.config.ts",
"package:win": "electron-builder --win --config electron-builder.config.ts",
"package:linux": "electron-builder --linux --config electron-builder.config.ts",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"postinstall": "electron-builder install-app-deps"
},
"main": "./out/main/index.js",
"dependencies": {
"@base-ui/react": "^1.5.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/react": "^8.55.2",
"@sentry/vite-plugin": "^2.23.1",
"@tanstack/react-query": "^5.52.0",
"@zip.js/zip.js": "2.7.62",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"diff": "^5.2.0",
"dompurify": "^3.1.6",
"drizzle-orm": "^0.33.0",
"effect": "^3.21.2",
"electron-context-menu": "^4.1.2",
"electron-log": "^5.2.0",
"electron-store": "^10.0.0",
"electron-updater": "^6.3.4",
"electron-window-state": "^5.0.3",
"embla-carousel-react": "^8.6.0",
"fuzzysort": "^3.0.2",
"input-otp": "^1.4.2",
"katex": "^0.16.11",
"lucide-react": "^0.437.0",
"luxon": "^3.5.0",
"marked": "^15.0.0",
"marked-katex-extension": "^5.1.2",
"marked-shiki": "^1.1.0",
"morphdom": "^2.7.4",
"motion": "^10.18.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^18.3.1",
"react-day-picker": "^10.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^1.0.10",
"react-router-dom": "^6.26.1",
"recharts": "^3.8.1",
"remeda": "^2.12.0",
"shiki": "^1.16.2",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"virtua": "^0.32.0",
"wouter": "^3.3.5",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/bun": "^1.1.8",
"@types/dompurify": "^3.0.5",
"@types/katex": "^0.16.7",
"@types/luxon": "^3.4.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"electron": "^41.2.1",
"electron-builder": "^26.0.0-alpha.6",
"electron-vite": "^5.0.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"tailwindcss": "^4.3.0",
"typescript": "^5.6.2",
"vite": "^5.4.3"
}
}