-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 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
{
"name": "docs",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm build:llms-txt && next build",
"build:llms-txt": "tsx src/scripts/build-llms-text-files.ts",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.mjs && pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/postcss": "^4.0.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"knip": "^5.54.1",
"lucide-react": "^0.436.0",
"motion": "^12.5.0",
"next": "^15.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"sonner": "^2.0.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.0.17",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.4",
"pagefind": "^1.3.0",
"postcss": "^8.5.3",
"tsx": "^4.19.2",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}