mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@8.6.12",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && next export"
|
|
},
|
|
"dependencies": {
|
|
"next": "^13.4.19",
|
|
"nextra": "^2.11.1",
|
|
"nextra-theme-docs": "^2.11.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|