feat: install Nextra

This commit is contained in:
Anthony Berg
2023-06-23 16:31:56 +01:00
parent 4bd52f4be2
commit c9b5e7e260
10 changed files with 6097 additions and 460 deletions

View File

@@ -14,9 +14,11 @@
"@types/react-dom": "18.2.6",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "^13.4.7",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.1.3"
}
}