Skip to content

Commit

Permalink
wip: two step card registration and login
Browse files Browse the repository at this point in the history
  • Loading branch information
mszekiel committed Sep 24, 2024
1 parent 5a30437 commit 2c033ab
Show file tree
Hide file tree
Showing 7 changed files with 380 additions and 91 deletions.
294 changes: 293 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions packages/elements-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {
"@ory/client-fetch": "1.15.3",
"@ory/client-fetch": "^1.15.0-next.0",
"clsx": "2.1.1",
"input-otp": "1.2.4",
"react-hook-form": "7.52.1",
"tailwind-merge": "2.4.0",
"react-intl": "6.4.4"
"react-intl": "6.4.4",
"tailwind-merge": "2.4.0"
},
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@svgr/plugin-jsx": "^8.1.0",
"esbuild-plugin-svgr": "2.1.0",
"eslint-plugin-react": "7.35.0",
Expand Down Expand Up @@ -70,4 +71,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit 2c033ab

Please sign in to comment.