Files
memoir/package.json
dependabot[bot] c92d6bdd49 Bump next from 15.5.2 to 15.5.7
Bumps [next](https://github.com/vercel/next.js) from 15.5.2 to 15.5.7.
- [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.2...v15.5.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 19:11:58 +00:00

22 lines
486 B
JSON

{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"next": "^15.5.7",
"nextra": "^4.4.0",
"nextra-theme-docs": "^4.4.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"packageManager": "pnpm@10.15.1",
"devDependencies": {
"@types/node": "24.3.1",
"@types/react": "19.1.12",
"pagefind": "^1.4.0"
}
}