-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.6 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
{
"name": "Radius",
"version": "1.0.6",
"description": "A Minimal and Clean Distraction Free Client",
"scripts": {
"start": "vite build && electrobun dev",
"dev": "electrobun dev --watch",
"dev:hmr": "concurrently \"bun run hmr\" \"bun run start\"",
"hmr": "vite --port 5173",
"build:canary": "vite build && electrobun build --env=canary",
"build:beta": "vite build && electrobun build --env=beta",
"build:dev": "bun install && electrobun build",
"build:stable": "vite build && electrobun build --env=stable",
"version:bump": "bash scripts/version-bump.sh"
},
"dependencies": {
"@fontsource-variable/geist": "^5.2.8",
"@hugeicons/core-free-icons": "^4.1.4",
"@hugeicons/react": "^1.1.6",
"@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-virtual": "^3.13.24",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dompurify": "^3.4.1",
"electrobun": "1.16.0",
"imapflow": "^1.3.3",
"motion": "^12.38.0",
"radix-ui": "^1.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shadcn": "^4.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/bun": "latest",
"@types/dompurify": "^3.2.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.184.0",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^4.2.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}