-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.27 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": "bun-react-template",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler dev",
"start": "wrangler dev",
"build": "bun run frontend-build.ts",
"build:frontend": "bun run frontend-build.ts",
"deploy": "bun run build && wrangler deploy"
},
"dependencies": {
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/typography": "^0.5.19",
"bun-plugin-tailwind": "^0.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"exa-js": "^1.2.3",
"hono": "^4.10.3",
"lucide-react": "^0.545.0",
"nanoid": "^5.1.6",
"openai": "^6.9.0",
"posthog-js": "^1.283.0",
"postprocessing": "^6.37.8",
"react": "^19",
"react-dom": "^19",
"react-helmet-async": "^2.0.5",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.9.5",
"tailwind-merge": "^3.3.1",
"three": "^0.181.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251014.0",
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.181.0",
"shadcn": "^3.5.0",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.4.0",
"wrangler": "^4.45.2"
}
}