Files
docs/package.json
dependabot[bot] ca480b1867 build(deps): bump next from 14.2.2 to 14.2.3
Bumps [next](https://github.com/vercel/next.js) from 14.2.2 to 14.2.3.
- [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/v14.2.2...v14.2.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 17:41:39 +00:00

26 lines
550 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.2.3",
"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.12.7",
"typescript": "5.4.5"
}
}