nextjs: somehow working

This commit is contained in:
Felix Dubrownik
2023-02-24 09:29:52 +01:00
parent 267531a150
commit a55e6ecd0f
7 changed files with 39 additions and 42916 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,11 @@
"name": "example-nextjs",
"private": true,
"scripts": {
"start": "next dev -p 8888"
"start": "next dev -p 8888",
"build": "next build"
},
"dependencies": {
"@teamhanko/hanko-elements": "^0.1.2-alpha",
"@teamhanko/hanko-elements": "^0.1.3-alpha",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"