mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-18 00:07:39 +01:00
Bumps [next](https://github.com/vercel/next.js) from 15.5.7 to 16.1.6. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.7...v16.1.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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": "16.1.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": "25.0.3",
|
|
"typescript": "5.8.2"
|
|
}
|
|
}
|