mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@8.15.4",
|
|
"scripts": {
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 next build"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.1.2",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|