mirror of
https://github.com/learnhouse/docs.git
synced 2026-02-18 00:07:39 +01:00
Bumps [nextra-theme-docs](https://github.com/shuding/nextra) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/shuding/nextra/releases) - [Commits](https://github.com/shuding/nextra/compare/nextra-theme-docs@2.13.3...nextra-theme-docs@2.13.4) --- updated-dependencies: - dependency-name: nextra-theme-docs dependency-type: direct:production update-type: version-update:semver-patch ... 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.6.0",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"next": "^14.1.0",
|
|
"next-sitemap": "^4.1.8",
|
|
"nextra": "^2.13.3",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.1.4",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|