-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 896 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 896 Bytes
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
{
"name": "learnhouse-docs",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "node scripts/generate-llms-full.mjs && next build",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind && next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.12.0",
"@phosphor-icons/react": "^2.1.10",
"@vercel/analytics": "^2.0.1",
"@xyflow/react": "^12.10.1",
"next": "16.2.3",
"next-sitemap": "^4.2.3",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"posthog-js": "^1.360.2",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "25.5.2",
"@types/react": "19.2.14",
"pagefind": "^1.4.0",
"tailwindcss": "^4.2.1",
"typescript": "6.0.2"
}
}