mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-07 00:10:40 +00:00
22 lines
486 B
JSON
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.2",
|
|
"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"
|
|
}
|
|
}
|