mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
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.15",
|
|
"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"
|
|
}
|