-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.61 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
53
54
55
56
57
58
59
60
61
{
"name": "talo-docs",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "serve ./build/client --config serve.json",
"typecheck": "react-router typegen && tsc --noEmit && tsc --noEmit -p tsconfig.workers.json",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"fmt": "oxfmt --check",
"fmt:fix": "oxfmt .",
"deploy": "pnpm build && wrangler deploy",
"preview": "pnpm build && wrangler dev",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.20",
"@tabler/icons-react": "^3.46.0",
"class-variance-authority": "^0.7.1",
"cnfast": "^0.1.0",
"fumadocs-core": "^16.14.0",
"fumadocs-mdx": "^15.2.2",
"fumadocs-ui": "^16.14.0",
"lucide-react": "^1.31.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-router": "^8.3.0",
"shiki": "^4.4.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.52.0",
"@cloudflare/workers-types": "^5.20260813.1",
"@react-router/dev": "^8.3.0",
"@tailwindcss/vite": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^24",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"isbot": "^5.2.1",
"oxfmt": "^0.63.0",
"oxlint": "^1.63.0",
"serve": "^14.2.6",
"tailwindcss": "^4.3.3",
"typescript": "^5.9",
"vite": "^8.2.0",
"wrangler": "^4.122.0"
},
"engines": {
"node": ">=24"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "12.0.0"
}
}
}