mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"scripts": {
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 next"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.2.7",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"packageManager": "pnpm@9.9.0"
|
|
}
|