-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "clipboard-manager",
"version": "1.0.0",
"description": "Clipboard manager powered by Electrobun",
"scripts": {
"start": "vite build && electrobun dev",
"dev": "electrobun dev --watch",
"dev:hmr": "concurrently \"bun run hmr\" \"bun run start\"",
"hmr": "vite --port 5173",
"toggle": "curl -s http://127.0.0.1:17394/toggle",
"build:canary": "vite build && electrobun build --env=canary"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"electrobun": "1.14.4",
"lucide-react": "^0.575.0",
"react": "^18.3.1",
"react-day-picker": "^9.13.2",
"react-dom": "^18.3.1",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@types/bun": "latest",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.1.0",
"tailwindcss": "^4.2.0",
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}