mirror of
https://github.com/teamhanko/hanko.git
synced 2025-10-27 22:27:23 +08:00
nextjs: somehow working
This commit is contained in:
5322
examples/nextjs/package-lock.json
generated
5322
examples/nextjs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user