autorestic/docs/package.json

16 lines
367 B
JSON
Raw Normal View History

2021-04-12 14:41:46 +00:00
{
"scripts": {
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
2024-08-29 15:09:45 +00:00
"dev": "NEXT_TELEMETRY_DISABLED=1 next",
"start": "NEXT_TELEMETRY_DISABLED=1 next start"
2021-04-12 14:41:46 +00:00
},
"dependencies": {
2024-08-28 15:28:58 +00:00
"next": "^14.2.7",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
2024-08-28 15:28:58 +00:00
"packageManager": "pnpm@9.9.0"
2021-04-12 14:41:46 +00:00
}