memoir/package.json

17 lines
399 B
JSON
Raw Normal View History

2023-02-19 12:34:28 +00:00
{
"private": true,
2023-03-07 20:13:09 +00:00
"license": "MIT",
2023-08-22 07:31:28 +00:00
"packageManager": "pnpm@8.6.12",
2023-02-19 12:34:28 +00:00
"scripts": {
2023-10-11 20:13:10 +00:00
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
"build": "NEXT_TELEMETRY_DISABLED=1 next build && NEXT_TELEMETRY_DISABLED=1 next export"
2023-02-19 12:34:28 +00:00
},
"dependencies": {
2023-10-11 20:13:10 +00:00
"next": "^13.5.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
2023-03-07 20:13:09 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
2023-02-19 12:34:28 +00:00
}
}