-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.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
{
"name": "webcode",
"type": "module",
"scripts": {
"dev": "concurrently \"bun run dev:vite\" \"bun run dev:caddy\"",
"dev:vite": "vite --host",
"dev:caddy": "caddy run --config ./Caddyfile --adapter caddyfile",
"build": "vite build",
"preview": "bun run build && vite preview",
"deploy": "bun run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",
"@slack/webhook": "^7.0.5",
"@webcontainer/api": "^1.6.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dedent": "^1.6.0",
"hono": "^4.8.10",
"lucide-react": "^0.534.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"std-env": "^3.9.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@biomejs/biome": "^2.1.3",
"@cloudflare/vite-plugin": "^1.10.2",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^24.1.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"concurrently": "^9.2.0",
"globals": "^16.3.0",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "^5.8.3",
"vite": "npm:rolldown-vite@latest",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.26.1"
}
}