autorestic/docs/package.json

15 lines
314 B
JSON
Raw Permalink Normal View History

2021-04-12 14:41:46 +00:00
{
"scripts": {
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
"dev": "NEXT_TELEMETRY_DISABLED=1 next"
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
}