-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.03 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
62
63
64
65
66
{
"name": "nextra-docs-starter",
"version": "1.0.0",
"description": "Nextra docs starter with search included.",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"upload": "opennextjs-cloudflare build && opennextjs-cloudflare upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"repository": {
"type": "module",
"url": "https://github.com/phucbm/nextra-docs-starter"
},
"author": "PHUCBM",
"license": "MIT",
"bugs": {
"url": "https://github.com/phucbm/nextra-docs-starter/issues"
},
"homepage": "https://github.com/phucbm/nextra-docs-starter#readme",
"pnpm": {
"overrides": {
"@isaacs/brace-expansion": ">=5.0.1",
"glob>minimatch": ">=10.2.3",
"micromatch>picomatch": ">=4.0.4",
"tinyglobby>picomatch": ">=4.0.4",
"@dotenvx/dotenvx>picomatch": ">=4.0.4",
"@ts-morph/common>minimatch": ">=10.2.3",
"next>postcss": ">=8.5.10",
"lodash-es": ">=4.18.0",
"@xmldom/xmldom": ">=0.9.10",
"dompurify": ">=3.4.0",
"yaml": ">=2.8.3",
"uuid": ">=14.0.0"
}
},
"dependencies": {
"@opennextjs/cloudflare": "^1.19.6",
"@radix-ui/react-dialog": "^1.1.15",
"@tailwindcss/postcss": "^4.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^1.14.0",
"next": "^16.2.4",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.14",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@types/node": "25.6.0",
"@types/react": "19.0.10",
"pagefind": "^1.5.2",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"wrangler": "^4.87.0"
}
}