Skip to content

Commit f040925

Browse files
authored
New feature! Presentation Builder (#116)
* first iteration of presentation builder. /verify and /verify2 * updated with select wallet and poll for presentation result * prettier * white text
1 parent 2ddcf14 commit f040925

File tree

15 files changed

+1233
-0
lines changed

15 files changed

+1233
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@radix-ui/react-select": "^2.0.0",
2727
"@radix-ui/react-slot": "^1.0.2",
2828
"@radix-ui/react-switch": "^1.1.0",
29+
"@radix-ui/react-tabs": "^1.1.2",
2930
"@radix-ui/react-tooltip": "^1.1.2",
3031
"base64url": "^3.0.1",
3132
"cbor": "^9.0.2",
@@ -37,6 +38,7 @@
3738
"jose": "^5.6.3",
3839
"lucide-react": "^0.358.0",
3940
"next": "14.1.1",
41+
"qrcode.react": "^4.2.0",
4042
"react": "^18.2.0",
4143
"react-dom": "^18.2.0",
4244
"react-json-pretty": "^2.2.0",
@@ -45,6 +47,7 @@
4547
"tailwind-merge": "^2.2.1",
4648
"tailwindcss-animate": "^1.0.7",
4749
"usehooks-ts": "^3.1.0",
50+
"uuid": "^11.0.5",
4851
"vaul": "^0.9.0",
4952
"zod": "^3.23.8"
5053
},

0 commit comments

Comments
 (0)