Files
docs/package.json
2025-11-03 20:24:05 +01:00

26 lines
551 B
JSON

{
"name": "learnhouse-docs",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-aria/ssr": "^3.9.10",
"@vercel/analytics": "^1.5.0",
"next": "^15.5.6",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "22.13.8",
"typescript": "5.8.2"
}
}