memoir/package.json
2023-10-11 22:13:10 +02:00

17 lines
399 B
JSON

{
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.6.12",
"scripts": {
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
"build": "NEXT_TELEMETRY_DISABLED=1 next build && NEXT_TELEMETRY_DISABLED=1 next export"
},
"dependencies": {
"next": "^13.5.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}