-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@logchimp/docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "pnpm run build:pre && next build",
"build:pre": "bun ./src/scripts/pre-build.ts",
"dev": "pnpm run build:pre && next dev --turbo",
"start": "next start",
"lint": "next lint",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy --minify",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"cf-typegen": "wrangler types --env-interface CloudflareEnv ./cloudflare-env.d.ts"
},
"dependencies": {
"@opennextjs/cloudflare": "^1.3.0",
"clsx": "^2.1.1",
"fumadocs-core": "16.6.9",
"fumadocs-mdx": "14.2.9",
"fumadocs-openapi": "10.3.18",
"fumadocs-twoslash": "^3.1.14",
"fumadocs-typescript": "5.1.5",
"fumadocs-ui": "16.6.9",
"lucide-react": "^0.562.0",
"next": "16.1.6",
"prettier": "^3.6.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"rimraf": "^6.0.1",
"shiki": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@tailwindcss/postcss": "^4.1.13",
"@types/mdx": "^2.0.13",
"@types/node": "^24.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"lefthook": "^2.1.4",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"wrangler": "^4.35.0"
},
"onlyBuiltDependencies": [
"lefthook"
]
}