memoir/package.json

22 lines
470 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",
2024-10-21 14:03:54 +00:00
"type": "module",
2023-02-19 12:34:28 +00:00
"scripts": {
2024-10-21 14:03:54 +00:00
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
2023-10-11 20:13:10 +00:00
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
2024-10-21 14:03:54 +00:00
"start": "pnpm dlx serve out"
2023-02-19 12:34:28 +00:00
},
"dependencies": {
2024-10-21 14:03:54 +00:00
"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"
2023-02-19 12:34:28 +00:00
}