mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-17 15:57:39 +01:00
26 lines
549 B
JSON
26 lines
549 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.6.1",
|
|
"next": "15.5.7",
|
|
"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": "25.0.3",
|
|
"typescript": "5.8.2"
|
|
}
|
|
}
|