mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-01-22 06:56:27 +00:00
ea0b16e8c1
Bumps [next](https://github.com/vercel/next.js) from 14.2.15 to 14.2.21. - [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.15...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
|
|
"start": "pnpm dlx serve out"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.2.21",
|
|
"nextra": "^3.0.15",
|
|
"nextra-theme-docs": "^3.0.15",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.7.7"
|
|
},
|
|
"packageManager": "pnpm@9.12.2"
|
|
}
|