mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-08 00:40:41 +00:00
22 lines
471 B
JSON
22 lines
471 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.32",
|
|
"nextra": "^3.3.1",
|
|
"nextra-theme-docs": "^3.3.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.18.1"
|
|
},
|
|
"packageManager": "pnpm@10.15.1"
|
|
}
|