mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01: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": "^13.5.3",
|
|
"nextra": "^2.13.1",
|
|
"nextra-theme-docs": "^2.13.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"packageManager": "pnpm@8.8.0"
|
|
}
|