-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.44 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": "@specta/website",
"version": "2.0.0",
"type": "module",
"private": true,
"scripts": {
"postinstall": "fumadocs-mdx",
"dev": "waku dev",
"build": "waku build",
"start": "waku start",
"typecheck": "wrangler types src/cloudflare-env.d.ts && fumadocs-mdx && tsc --noEmit",
"format": "biome check --write"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fumadocs/ui": "16.5.0",
"@orama/orama": "^3.1.18",
"@radix-ui/react-slot": "^1.2.4",
"@takumi-rs/image-response": "^1.1.2",
"@takumi-rs/wasm": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.8.11",
"fumadocs-mdx": "15.0.5",
"fumadocs-ui": "16.8.11",
"hono": "^4.12.19",
"lucide-react": "^1.16.0",
"posthog-js": "^1.373.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-server-dom-webpack": "^19.2.6",
"tailwind-merge": "^3.6.0",
"waku": "^1.0.0-beta.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/vite": "^4.3.0",
"@types/mdx": "^2.0.13",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"fontaine": "^0.8.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vite": "^8.0.13",
"vite-plugin-arraybuffer": "^0.1.4",
"wrangler": "^4.92.0"
}
}