2023-02-19 12:34:28 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2023-03-07 20:13:09 +00:00
|
|
|
"license": "MIT",
|
2024-03-05 16:27:33 +00:00
|
|
|
"packageManager": "pnpm@8.15.4",
|
2023-02-19 12:34:28 +00:00
|
|
|
"scripts": {
|
2023-10-11 20:13:10 +00:00
|
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
|
2024-03-05 16:27:33 +00:00
|
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 next build"
|
2023-02-19 12:34:28 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-03-05 16:27:33 +00:00
|
|
|
"next": "^14.1.2",
|
|
|
|
"nextra": "^2.13.4",
|
|
|
|
"nextra-theme-docs": "^2.13.4",
|
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
|
|
|
}
|
|
|
|
}
|